1 Commits

Author SHA1 Message Date
3e11c63e33 Fix admin page nonce
All checks were successful
Docker Build and Publish / build (release) Successful in 33s
2025-01-31 18:32:33 -05:00

View File

@ -261,7 +261,7 @@
</div>
</div>
</div>
<script nonce="{{ g.csp_nonce }}">
<script nonce="{{ nonce }}">
function makeEditable(element) {
const value = element.textContent;
const input = document.createElement('input');