enhance(frontend): アカウント作成時にHIBPで流出パスワードをチェックするように (MisskeyIO#617)

Co-authored-by: MurakamiSan <ark@arkjp.net>
This commit is contained in:
まっちゃとーにゅ 2024-04-28 01:34:22 +09:00 committed by GitHub
parent 37bdae6e89
commit 5fcec3d5dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 88 additions and 9 deletions

View file

@ -22,7 +22,7 @@
style-src 'self' 'unsafe-inline';
img-src 'self' data: blob: www.google.com xn--931a.moe localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000;
media-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000;
connect-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000 https://newassets.hcaptcha.com;
connect-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000 https://newassets.hcaptcha.com https://api.pwnedpasswords.com;
frame-src *;"
/>
<meta property="og:site_name" content="[DEV BUILD] Misskey" />