You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNINGS
permissions.request is not supported in Firefox for Android version 115.0
Warning: This API is not implemented by the given minimum Firefox for Android version
What is the expected or desired behavior?
Linter detects android min version and uses that for checks, this warning should not flag as the API is supported in the minimum defined version for Android. While the above error is technically correct, it shouldnt display if a compatible min android version is defined.
Is this a feature request or a bug?
Bug
What is the current behavior?
From the manifest file, we are setting android as a minimum of 120, however the scanners defaulting to main browser and throwing an error. The API is supported as of 120: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/permissions/request
What is the expected or desired behavior?
Linter detects android min version and uses that for checks, this warning should not flag as the API is supported in the minimum defined version for Android. While the above error is technically correct, it shouldnt display if a compatible min android version is defined.
Version information (for bug reports)
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: