Skip to content

Commit

Permalink
Added CSP rule for DDG email fowarder API (#3630)
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Martin <>
  • Loading branch information
trmartin4 committed Sep 27, 2022
1 parent d168d5e commit cb74682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ const devServer =
https://app.simplelogin.io/api/alias/random/new
https://quack.duckduckgo.com/api/email/addresses
https://app.anonaddy.com/api/v1/aliases
https://api.fastmail.com;
https://api.fastmail.com
https://quack.duckduckgo.com/api/email/addresses;
object-src
'self'
blob:;`,
Expand Down

0 comments on commit cb74682

Please sign in to comment.