Closed
Bug 1556773
Opened 5 years ago
Closed 5 years ago
`"webRequest" in browser` is true for extension content scripts
Categories
(WebExtensions :: Android, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kzar, Unassigned)
References
Details
Attachments
(1 file)
884 bytes,
application/zip
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36
Steps to reproduce:
- Extract attached zip file.
- Load it as a temporary extension on Firefox for Android.
- Open a tab in Firefox for Android, then connect to the console for it.
Actual results:
The following is logged in the console: true undefined
Expected results:
The following should be logged in the console: false undefined
, like it is on Firefox for the desktop.
Reporter | ||
Updated•5 years ago
|
Blocks: webext-port-abp
Updated•5 years ago
|
Component: General → Android
Product: Firefox for Android → WebExtensions
Comment 1•5 years ago
|
||
This is expected. We lazily decide whether these properties should exist when they're first accessed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Version: Firefox 67 → 67 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•