Skip to content

Commit 7e2aefc

Browse files
committed
chore: add gist to CSP exclude [refresh gh-pages]
1 parent b129435 commit 7e2aefc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/png" href="/favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<meta http-equiv="Content-Security-Policy" content="default-src 'self';style-src 'self' 'unsafe-inline' data:; img-src * 'self' data: https:; require-trusted-types-for 'script'; trusted-types dompurify;frame-src 'self' https://gist.github.com">
7+
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self';style-src 'self' 'unsafe-inline' data:; img-src * 'self' data: https:; require-trusted-types-for 'script'; trusted-types dompurify;frame-src 'self' https://gist.github.com"> -->
88
<title>Multiple-Select-Vanilla demo with Vite + TS</title>
99
</head>
1010
<body>

demo/src/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h5>NPM</h5>
5454

5555
<h5>CommonJS <code>require()</code> / ESM <code>import from</code></h5>
5656
<p>
57-
You can use the project as CommonJS <code>require()</code> or ESM <code>import from</code>, see example below:
57+
The library provides both CommonJS or ESM, see the example below:
5858
</p>
5959
<div style="background: #f7f7f7; padding: 10px">
6060
<pre>

0 commit comments

Comments
 (0)