mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
no longer need hibp in connect csp
This commit is contained in:
@ -10,7 +10,7 @@ namespace Bit.Setup
|
||||
"default-src 'self'; style-src 'self' 'unsafe-inline'; " +
|
||||
"img-src 'self' data: https://haveibeenpwned.com https://www.gravatar.com; " +
|
||||
"child-src 'self' https://*.duosecurity.com; frame-src 'self' https://*.duosecurity.com; " +
|
||||
"connect-src 'self' wss://{0} https://haveibeenpwned.com https://api.pwnedpasswords.com " +
|
||||
"connect-src 'self' wss://{0} https://api.pwnedpasswords.com " +
|
||||
"https://twofactorauth.org; " +
|
||||
"object-src 'self' blob:;";
|
||||
|
||||
|
Reference in New Issue
Block a user