Project

General

Profile

« Previous | Next » 

Revision 53837634

Added by koszko about 2 years ago

enable whitelisting of `file://' protocol\n\nThis commit additionally also changes the semantics of triple asterisk wildcard in URL path.

View differences:

content/freezer.js
49 49
	console.log('Script suppressor has detached.');
50 50
	return;
51 51
    }
52
    console.log("script event", e);
52 53
    if (e.isTrusted && !e.target._hachette_payload) {
53 54
	e.preventDefault();
54 55
	console.log('Suppressed script', e.target);

Also available in: Unified diff