04/26 Fixed HIBP issue 2

This commit is contained in:
2026-04-26 15:29:28 -04:00
parent f2bc51e1c6
commit e8f57df2df
2 changed files with 29 additions and 15 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
/>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data:; font-src 'self'; connect-src 'self' https://api.pwnedpasswords.com; frame-ancestors 'none';"
content="default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data:; font-src 'self'; connect-src 'self' https://api.pwnedpasswords.com;"
/>
<meta name="csrf-token" content="{{ csrf_token() }}" />
<title>{% block title %}PassKeeper{% endblock %}</title>