Browse Source
Merge pull request #3950 from stefan0xC/rename-anonaddy
csp: rename anonaddy.com to addy.io
pull/3965/head
Daniel García
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/util.rs
|
|
@ -55,7 +55,7 @@ impl Fairing for AppHeaders { |
|
|
|
// Leaked Passwords check: api.pwnedpasswords.com
|
|
|
|
// 2FA/MFA Site check: api.2fa.directory
|
|
|
|
// # 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!( |
|
|
|
"default-src 'self'; \ |
|
|
|
base-uri 'self'; \ |
|
|
@ -78,7 +78,7 @@ impl Fairing for AppHeaders { |
|
|
|
https://api.pwnedpasswords.com \
|
|
|
|
https://api.2fa.directory \
|
|
|
|
https://app.simplelogin.io/api/ \
|
|
|
|
https://app.anonaddy.com/api/ \
|
|
|
|
https://app.addy.io/api/ \
|
|
|
|
https://api.fastmail.com/ \
|
|
|
|
https://api.forwardemail.net \
|
|
|
|
;\ |
|
|
|