Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
fix (2fa.directory): Allow api.2fa.directory, and remove 2fa.directory
Dieser Commit ist enthalten in:
Ursprung
367e1ce289
Commit
2ee0d53c5f
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -50,7 +50,7 @@ impl Fairing for AppHeaders {
|
||||||
// Have I Been Pwned and Gravator to allow those calls to work.
|
// Have I Been Pwned and Gravator to allow those calls to work.
|
||||||
// # Connect src:
|
// # Connect src:
|
||||||
// Leaked Passwords check: api.pwnedpasswords.com
|
// Leaked Passwords check: api.pwnedpasswords.com
|
||||||
// 2FA/MFA Site check: 2fa.directory
|
// 2FA/MFA Site check: api.2fa.directory
|
||||||
// # Mail Relay: https://bitwarden.com/blog/add-privacy-and-security-using-email-aliases-with-bitwarden/
|
// # Mail Relay: https://bitwarden.com/blog/add-privacy-and-security-using-email-aliases-with-bitwarden/
|
||||||
// app.simplelogin.io, app.anonaddy.com, api.fastmail.com, quack.duckduckgo.com
|
// app.simplelogin.io, app.anonaddy.com, api.fastmail.com, quack.duckduckgo.com
|
||||||
let csp = format!(
|
let csp = format!(
|
||||||
|
@ -73,7 +73,7 @@ impl Fairing for AppHeaders {
|
||||||
{icon_service_csp}; \
|
{icon_service_csp}; \
|
||||||
connect-src 'self' \
|
connect-src 'self' \
|
||||||
https://api.pwnedpasswords.com \
|
https://api.pwnedpasswords.com \
|
||||||
https://2fa.directory \
|
https://api.2fa.directory \
|
||||||
https://app.simplelogin.io/api/ \
|
https://app.simplelogin.io/api/ \
|
||||||
https://app.anonaddy.com/api/ \
|
https://app.anonaddy.com/api/ \
|
||||||
https://api.fastmail.com/ \
|
https://api.fastmail.com/ \
|
||||||
|
|
Laden …
In neuem Issue referenzieren