Revision 57e4ed2b
Added by jahoti about 2 years ago
content/main.js | ||
---|---|---|
9 | 9 |
/* |
10 | 10 |
* IMPORTS_START |
11 | 11 |
* IMPORT handle_page_actions |
12 |
* IMPORT url_item |
|
13 | 12 |
* IMPORT url_extract_target |
14 | 13 |
* IMPORT gen_unique |
15 | 14 |
* IMPORT gen_nonce |
Also available in: Unified diff
Remove unnecessary imports of url_item and add a CSP header-parsing function
The parsing function isn't used yet; however, it will eventually be as a less
destructive alternative to handling headers as indivisible units.