We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34246f commit 8a8bc84Copy full SHA for 8a8bc84
templates/get.html
@@ -34,7 +34,7 @@
34
<script>
35
document.querySelector("#copy").hidden=false
36
function copy() {
37
- navigator.clipboard.writeText({{copy|json}})
+ navigator.clipboard.writeText({{copy|json|safe}})
38
}
39
// TODO wait for FF https://bugzilla.mozilla.org/show_bug.cgi?id=1809106
40
// async function copy() {
0 commit comments