Project

General

Profile

« Previous | Next » 

Revision 4970930c

Added by koszko over 1 year ago

prepend all generated console messages with 'Haketilo:'

View differences:

common/policy.js
64 64
    try {
65 65
	var payloads = pqt.search(patterns_tree, url).next().value;
66 66
    } catch (e) {
67
	console.error(e);
67
	console.error("Haketilo:", e);
68 68
	policy.allow = false;
69 69
	policy.error = {haketilo_error_type: "deciding_policy"};
70 70
    }

Also available in: Unified diff