mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -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 type { URLMeta } from "../shared/rewriters/url";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
$s: any;
|
||||
$tryset: any;
|
||||
$sImport: any;
|
||||
}
|
||||
}
|
||||
|
||||
//eslint-disable-next-line
|
||||
export type AnyFunction = Function;
|
||||
|
||||
|
|
|
@ -147,7 +147,6 @@ export const htmlRules: {
|
|||
|
||||
// csp stuff that must be deleted
|
||||
nonce: "*",
|
||||
crossorigin: "*",
|
||||
integrity: ["script", "link"],
|
||||
csp: ["iframe"],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue