Skip to content

Commit 32374f0

Browse files
committed
add working about bookmark and CSP
1 parent 5353fe8 commit 32374f0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ <h1>
154154
<p>The bookmark can also be used to add REPL to your LIPS Web application.</p>
155155
<p><strong>NOTE:</strong> it will not work on this page, because it already
156156
have terminal on it and because it have not compatible LIPS version included.</p>
157+
<p>It may also not work no sites that are protected with
158+
<a href="https://en.wikipedia.org/wiki/Content_Security_Policy">Content Security Policy</a></p>
157159
<script>
158160
(function() {
159161
var url = 'https://cdn.jsdelivr.net/gh/jcubic/lips@master/lib/js/bookmark.js';

index.tmpl

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
<p>The bookmark can also be used to add REPL to your LIPS Web application.</p>
5656
<p><strong>NOTE:</strong> it will not work on this page, because it already
5757
have terminal on it and because it have not compatible LIPS version included.</p>
58+
<p>It may also not work no sites that are protected with
59+
<a href="https://en.wikipedia.org/wiki/Content_Security_Policy">Content Security Policy</a></p>
5860
<script>
5961
(function() {
6062
var url = 'https://cdn.jsdelivr.net/gh/jcubic/lips@master/lib/js/bookmark.js';

0 commit comments

Comments
 (0)