Skip to content

Commit aec1a14

Browse files
committed
update dompurify dependency for playground
1 parent 1e9d467 commit aec1a14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ <h3>PDF</h3>
126126
crossorigin="anonymous"
127127
></script>
128128
<script
129-
src="https://cdnjs.cloudflare.com/ajax/libs/dompurify/2.0.12/purify.min.js"
130-
integrity="sha512-Pkzp1f+T81Q7K8Dhj8Sc6SPhl+4D5JEe9TTjJLy7xbv+EdxStU9uRXEVzYOqjP+s6+lDAXo3nZ04szSG71ArhA=="
129+
src="https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.1.6/purify.min.js"
130+
integrity="sha512-jB0TkTBeQC9ZSkBqDhdmfTv1qdfbWpGE72yJ/01Srq6hEzZIz2xkz1e57p9ai7IeHMwEG7HpzG6NdptChif5Pg=="
131131
crossorigin="anonymous"
132+
referrerpolicy="no-referrer"
132133
></script>
133134

134135
<script

0 commit comments

Comments
 (0)