mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-13 23:57:13 +00:00
csp: rename anonaddy.com to addy.io
This commit is contained in:
parent
bc26bfa589
commit
01e33a4919
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ impl Fairing for AppHeaders {
|
||||||
// Leaked Passwords check: api.pwnedpasswords.com
|
// Leaked Passwords check: api.pwnedpasswords.com
|
||||||
// 2FA/MFA Site check: api.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.addy.io, api.fastmail.com, quack.duckduckgo.com
|
||||||
let csp = format!(
|
let csp = format!(
|
||||||
"default-src 'self'; \
|
"default-src 'self'; \
|
||||||
base-uri 'self'; \
|
base-uri 'self'; \
|
||||||
|
@ -78,7 +78,7 @@ impl Fairing for AppHeaders {
|
||||||
https://api.pwnedpasswords.com \
|
https://api.pwnedpasswords.com \
|
||||||
https://api.2fa.directory \
|
https://api.2fa.directory \
|
||||||
https://app.simplelogin.io/api/ \
|
https://app.simplelogin.io/api/ \
|
||||||
https://app.anonaddy.com/api/ \
|
https://app.addy.io/api/ \
|
||||||
https://api.fastmail.com/ \
|
https://api.fastmail.com/ \
|
||||||
https://api.forwardemail.net \
|
https://api.forwardemail.net \
|
||||||
;\
|
;\
|
||||||
|
|
Loading…
Reference in a new issue