We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe3f65f + 2e6fa94 commit 04844fbCopy full SHA for 04844fb
2 files changed
packages/superdoc/index.html
@@ -4,13 +4,13 @@
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<meta name="csp-nonce" content="testnonce123" />
7
- <meta
+ <!-- <meta
8
http-equiv="Content-Security-Policy"
9
content="
10
style-src 'self' 'nonce-testnonce123';
11
style-src-attr 'unsafe-inline';
12
"
13
- />
+ /> -->
14
<title>SuperDoc</title>
15
</head>
16
<body>
packages/superdoc/src/dev/components/SuperdocDev.vue
@@ -77,7 +77,7 @@ const init = async () => {
77
// isNewFile: true,
78
// },
79
// ],
80
- cspNonce: 'testnonce123',
+ // cspNonce: 'testnonce123',
81
modules: {
82
comments: {
83
// comments: sampleComments,
0 commit comments