This commit is contained in:
Percs 2024-10-27 03:36:59 -05:00
parent 559e5463ba
commit 1f2952c44a

View file

@ -148,7 +148,6 @@ export const htmlRules: {
// csp stuff that must be deleted // csp stuff that must be deleted
nonce: "*", nonce: "*",
crossorigin: "*", crossorigin: "*",
"http-equiv": ["meta"],
integrity: ["script", "link"], integrity: ["script", "link"],
sandbox: ["iframe"], sandbox: ["iframe"],
csp: ["iframe"], csp: ["iframe"],