Content script doesn't work properly
Categories
(WebExtensions :: Untriaged, defect, P3)
Tracking
(firefox86 affected, firefox87 affected, firefox88 affected, firefox89 affected)
People
(Reporter: mfcc64, Unassigned)
References
Details
Attachments
(1 file)
100.41 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0
Steps to reproduce:
Load temporary add-on youtube-musical-spectrum-1.4.3
Actual results:
The add-on cannot work properly. Open browser console, set 'Show Content Messages', Found 'Error: permission denied to access object script.js:501:29'
Expected results:
The add-on should work properly. The workaround is youtube-musical-spectrum-1.4.3-workaround, by injecting content script as page script.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Console' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Looks similar to bug 1681809.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Hello,
I reproduced the issue using the provided add-ons on the latest Nightly (89.0a1/20210322174641), Beta (88.0b1/20210322185611) and Release (87.0/20210318103112), with additional checks on Release 86.0.1 (86.0.1/20210310152336) under Windows 10 x64 and Ubuntu 16.04 LTS.
Using youtube-musical-spectrum-1.4.3, the visualization is not working on either of the tested versions, however, the 'Error: permission denied to access object script.js:501:29' error is only displayed on Release 86.0.1 and Release 87.0. On Beta and Nightly the error does not appear in the browser console.
Using youtube-musical-spectrum-1.4.3-workaround, the visualization is now properly displayed and working on all of the tested versions, the error not appearing on either one.
Description
•