Skip to content

Commit 04844fb

Browse files
authored
Merge pull request #554 from Harbour-Enterprises/artem-csp
2 parents fe3f65f + 2e6fa94 commit 04844fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/superdoc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta name="csp-nonce" content="testnonce123" />
7-
<meta
7+
<!-- <meta
88
http-equiv="Content-Security-Policy"
99
content="
1010
style-src 'self' 'nonce-testnonce123';
1111
style-src-attr 'unsafe-inline';
1212
"
13-
/>
13+
/> -->
1414
<title>SuperDoc</title>
1515
</head>
1616
<body>

packages/superdoc/src/dev/components/SuperdocDev.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const init = async () => {
7777
// isNewFile: true,
7878
// },
7979
// ],
80-
cspNonce: 'testnonce123',
80+
// cspNonce: 'testnonce123',
8181
modules: {
8282
comments: {
8383
// comments: sampleComments,

0 commit comments

Comments
 (0)