mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
chore: cleanup
This commit is contained in:
parent
8400ba6d5d
commit
13e55efa83
2 changed files with 0 additions and 9 deletions
|
@ -18,14 +18,6 @@ import { createWrapFn } from "./shared/wrap";
|
||||||
import { NavigateEvent } from "./events";
|
import { NavigateEvent } from "./events";
|
||||||
import type { URLMeta } from "../shared/rewriters/url";
|
import type { URLMeta } from "../shared/rewriters/url";
|
||||||
|
|
||||||
declare global {
|
|
||||||
interface Window {
|
|
||||||
$s: any;
|
|
||||||
$tryset: any;
|
|
||||||
$sImport: any;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//eslint-disable-next-line
|
//eslint-disable-next-line
|
||||||
export type AnyFunction = Function;
|
export type AnyFunction = Function;
|
||||||
|
|
||||||
|
|
|
@ -147,7 +147,6 @@ export const htmlRules: {
|
||||||
|
|
||||||
// csp stuff that must be deleted
|
// csp stuff that must be deleted
|
||||||
nonce: "*",
|
nonce: "*",
|
||||||
crossorigin: "*",
|
|
||||||
integrity: ["script", "link"],
|
integrity: ["script", "link"],
|
||||||
csp: ["iframe"],
|
csp: ["iframe"],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue