Closed Bug 1556773 Opened 4 years ago Closed 4 years ago

`"webRequest" in browser` is true for extension content scripts

Categories

(WebExtensions :: Android, defect)

67 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: kzar, Unassigned)

References

Details

Attachments

(1 file)

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:

  1. Extract attached zip file.
  2. Load it as a temporary extension on Firefox for Android.
  3. 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.

Component: General → Android
Product: Firefox for Android → WebExtensions

This is expected. We lazily decide whether these properties should exist when they're first accessed.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
Version: Firefox 67 → 67 Branch
You need to log in before you can comment on or make changes to this bug.