Revision 50b8bee7
Added by koszko about 1 year ago
content/policy_enforcing.js | ||
---|---|---|
43 | 43 |
* proprietary program, I am not going to enforce this in court. |
44 | 44 |
*/ |
45 | 45 |
|
46 |
#FROM common/misc.js IMPORT gen_nonce, csp_header_regex
|
|
46 |
#FROM common/misc.js IMPORT csp_header_regex |
|
47 | 47 |
|
48 | 48 |
const html_ns = "http://www.w3.org/1999/xhtml"; |
49 | 49 |
const svg_ns = "http://www.w3.org/2000/svg"; |
Also available in: Unified diff
remove unneeded import in policy_enforcing.js