Skip to content

Commit

Permalink
Added ability to display icons of plugins from github
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Oct 8, 2024
1 parent 9c5b64d commit 9ff58e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const manifest_v3_transformer = (manifest, browser) => {
];
manifest.content_security_policy = {
extension_pages:
"default-src 'self'; connect-src 'self' http://localhost:8000 https://*; img-src 'self' https://iitc.app",
"default-src 'self'; connect-src 'self' http://localhost:8000 https://*; img-src 'self' https://iitc.app https://raw.githubusercontent.com",
};
manifest.content_scripts = [
{
Expand Down

0 comments on commit 9ff58e6

Please sign in to comment.