Revision 96068ada
Added by koszko almost 2 years ago
manifest.json | ||
---|---|---|
44 | 44 |
"page": "html/options.html", |
45 | 45 |
"open_in_tab": true |
46 | 46 |
}_CHROMIUM_UPDATE_URL_, |
47 |
"web_accessible_resources": [_CHROMIUM_KEY_ |
|
48 |
], |
|
47 |
"web_accessible_resources": ["dummy"], |
|
49 | 48 |
"background": { |
50 | 49 |
"persistent": true, |
51 | 50 |
"scripts": [_BGSCRIPTS_] |
Also available in: Unified diff
replace cookies with synchronous XmlHttpRequest as policy smuggling method.
Note: this breaks Mozilla port of Haketilo. Synchronous XmlHttpRequest doesn't work as well there. This will be fixed with dynamically-registered content scripts later.