mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Fix Inactive two-step login check (#2523)
It looks like 2fa.directory has changed it's API endpoint. According to https://2fa.directory/api/ it now uses `api.2fa.directory` instead of `2fa.directory/api`. This PR fixes the URL's where needed. A fix for the client side is also created.
This commit is contained in:

committed by
GitHub

parent
aa1f443530
commit
3e07d0bd32
@ -81,7 +81,7 @@ public class Configuration
|
||||
"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://2fa.directory; object-src 'self' blob:;";
|
||||
"https://api.2fa.directory; object-src 'self' blob:;";
|
||||
|
||||
[Description("Communicate with the Bitwarden push relay service (push.bitwarden.com) for mobile\n" +
|
||||
"app live sync.")]
|
||||
|
Reference in New Issue
Block a user