erosman

Results 45 issues of erosman

If let me know of any incompatibly with [FireMonkey](https://addons.mozilla.org/firefox/addon/firemonkey/), I will do my best to sort them out.

It would be useful to have an icon or a marker on top of the page for the APIs that are only available in MV3 (and also MV2 only). A...

Content:WebExt
Opportunity assessment
P3

### MDN URL https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Background_scripts ### What specific section or headline is this issue about? Filter events ### What information was incorrect, unhelpful, or incomplete? ```js browser.webNavigation.onCompleted.addListener(function() { alert("This is my...

Content:WebExt
P3

New MV3 examples shall be created and added to the current examples.

idle
example

Example extension: (Version 0.6) `https://addons.mozilla.org/en-US/firefox/addon/rust-search-extension/` Example (for those with access): `https://reviewers.addons.mozilla.org/en-US/firefox/files/browse/3486213/file/manifest.json#top` manifest.json snippet `"content_security_policy": "script-src-elem 'self' https://rust-search-extension.now.sh/crates/crates-index.js; script-src 'self'; object-src 'self'",` Validator should warn `"content_security_policy" allows remote code execution in...

component: rule
priority: p1
neverstale

ref: https://reviewers.addons.mozilla.org/en-US/firefox/files/browse/1026521/file/manifest.json#top Is this a false positive? `"content_security_policy": "default-src * 'self' 'unsafe-inline' *; script-src 'self' 'unsafe-eval'; object-src 'self'; child-src * 'self' 'unsafe-inline' 'unsafe-eval';"` ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/ADDLINT-14)

component:rule
contrib:maybe_good_first_bug
contrib:welcome
priority:p3
neverstale
size:S

`.git` also appears regularly enough in addon XPIs https://github.com/mozilla/addons-linter/blob/fdc4da955f11740b873a8f77cd422c0e8bb8326c/src/const.js#L97 Example: `https://addons.mozilla.org/en-US/firefox/addon/noadfocus/` ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/ADDLINT-24)

contrib:maybe_good_first_bug
priority:p3
size:S

Note: Added files have not been checked for security issues, however they are accepted in addon reviews.

If "Firefox Multi-Account Containers" is installed and "Limit to designated sites" is enabled (without any sites listed, there will be a conflict with another container addon (FoxyTab). I am not...

bug
Status: Addon Compatibility

Geany 1.37.1 Ubuntu 21.10 ### STR - Open `snippets.conf` - Make changes e.g. `brace_open={\n\t` - Save `snippets.conf` - Open new `main.js` - Type `switch` and then TAB - Changes are...