mirror of
https://github.com/bitwarden/server.git
synced 2025-02-01 23:31:41 +01:00
Add https://2fa.directory to CSP (#1156)
* Add https://2fa.directory to CSP * remove old domain for towfactorauth.org
This commit is contained in:
parent
5537470703
commit
cc964ccb9c
@ -80,7 +80,7 @@ namespace Bit.Setup
|
||||
"child-src 'self' https://*.duosecurity.com https://*.duofederal.com; " +
|
||||
"frame-src 'self' https://*.duosecurity.com https://*.duofederal.com; " +
|
||||
"connect-src 'self' wss://{0} https://api.pwnedpasswords.com " +
|
||||
"https://twofactorauth.org; object-src 'self' blob:;";
|
||||
"https://2fa.directory; object-src 'self' blob:;";
|
||||
|
||||
[Description("Communicate with the Bitwarden push relay service (push.bitwarden.com) for mobile\n" +
|
||||
"app live sync.")]
|
||||
|
Loading…
Reference in New Issue
Block a user