Project

General

Profile

« Previous | Next » 

Revision edbbe400

Added by jahoti about 2 years ago

License script-blocking techniques from NoScript in machine-readable format.

In-page blocking now works on Firefox, and JavaScript/data- URLs are properly
blocked to ensure no JavaScript leaks in through backdoors. Blocking of HTML/XML
data: urls should be refined (eventually) to align with current practice for
pages in general.

Also, script-blocking is now filtered by nonce, making it possible (albeit
perhaps not desirable) to inject scripts before the DOM is complete.

View differences:

manifest.json
81 81
	    "match_about_blank": true,
82 82
	    "all_frames": true,
83 83
	    "js": [
84
		"content/freezer.js",
84 85
		"common/browser.js",
85 86
		"common/connection_types.js",
86 87
		"content/page_actions.js",

Also available in: Unified diff