Skip to content Skip to sidebar Skip to footer

Security Error In Firefox Webextension When Trying Geturl Image

Trying to port some Chrome extension and getting this Security Error: Content at 'http://example.com' may not load or link to 'moz-extension://04d69802-c26f-47ae-86f2-d54650455e5a/

Solution 1:

To get rid of this error, full path should be provided.

"web_accessible_resources":["blocks/indicators/__icon/indicators__icon-tweet.png"]

No "blocks/indicators/*.

Post a Comment for "Security Error In Firefox Webextension When Trying Geturl Image"