Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
allow load of favicon by any page
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Apr 9, 2016
1 parent 3ab6b85 commit 98fbb08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/extensions/brave/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
}
],
"web_accessible_resources": [
"about-*.html"
"about-*.html",
"img/favicon.ico"
],
"content_security_policy": "default-src 'none'; form-action 'none'; referrer no-referrer; script-src 'self' 'sha256-WKTZm6xAv1S6ZPj06fLgGJEk12do0kMJPlXx/OqbKP8=' 'sha256-s6WaVkuKHECB28gsZO9smpa6c2f0eoty5VRl6f0puuU=' 'sha256-HsOdXjs288x8XTlB4Z857JBcrvmBstVfCaFWUs3F3SE=' 'sha256-06j/tIM/7p/P3q6kDOi59fFHfEf/26bor4LquLLVWd4=' 'sha256-fx56Vo6XGuWOIkM08YYtgiYaOlIx5orK/5/+ErG+0sw=' 'sha256-cvjoofOo/s13seDKCJJ5VtcsHSGVaOzqNV2W0TpYb5Y='; connect-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'",
"incognito": "spanning",
Expand Down

1 comment on commit 98fbb08

@bbondy
Copy link
Member

@bbondy bbondy commented on 98fbb08 Apr 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.