We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ecd15 commit a34c842Copy full SHA for a34c842
cornucopia.owasp.org/src/app.html
@@ -3,13 +3,13 @@
3
<head>
4
<!-- HTML Meta Tags -->
5
<title>OWASP Cornucopia</title>
6
- <link rel="stylesheet" href="/css/base.css" />
+ <link rel="stylesheet" nonce="DhcnhD3khTMePgXw" href="/css/base.css" />
7
<meta charset="utf-8" />
8
- <link rel="icon" href="%sveltekit.assets%/images/favicon.png" />
+ <link rel="icon" nonce="DhcnhD3khTMePgXw" href="%sveltekit.assets%/images/favicon.png" />
9
<meta name="viewport" content="width=device-width, initial-scale=1" />
10
%sveltekit.head%
11
<noscript>
12
- <link rel="stylesheet" href="/css/noscript.css" />
+ <link rel="stylesheet" nonce="DhcnhD3khTMePgXw" href="/css/noscript.css" />
13
</noscript>
14
</head>
15
<body data-sveltekit-preload-data="hover">
0 commit comments