Skip to content

Commit

Permalink
Change favicon-downloader domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Slug-V authored Oct 14, 2022
1 parent 9278140 commit eac3479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keeweb/controller/pagecontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,10 @@ private function getCSP() {
$csp->addAllowedImageDomain("'self'");
$csp->addAllowedImageDomain("data:");
$csp->addAllowedImageDomain("blob:");
$csp->addAllowedImageDomain("https://favicon.keeweb.info");
$csp->addAllowedImageDomain('https://services.keeweb.info');
$csp->addAllowedScriptDomain("'self'");
$csp->addAllowedConnectDomain("'self'");
$csp->addAllowedConnectDomain('https://services.keeweb.info');
$csp->addAllowedScriptDomain('https://plugins.keeweb.info');
$csp->addAllowedConnectDomain('https://plugins.keeweb.info');
$csp->addAllowedChildSrcDomain("blob:");
Expand Down

0 comments on commit eac3479

Please sign in to comment.