Closed
Bug 717792
Opened 13 years ago
Closed 13 years ago
Invalid "Potentially unsafe preference branch referenced" warning
Categories
(addons.mozilla.org Graveyard :: Add-on Validation, defect, P3)
addons.mozilla.org Graveyard
Add-on Validation
Tracking
(Not tracked)
RESOLVED
FIXED
6.3.9
People
(Reporter: Ken, Assigned: basta)
References
()
Details
(Whiteboard: [ReviewTeam])
At the referenced URL I got the following security test warning:
==================
Potentially unsafe preference branch referenced
Warning: Extensions should not alter preferences in the 'extensions.update.' preference branch
noia fox 145.xpi/chrome/noia/app_version/3.5/extensions.css
618 radio#updates-view {
619 list-style-image: url("chrome://mozapps/skin/extensions/update1.png");
620 }
==================
This warning makes no sense and appears to be caused by an overly aggressive regex test.
Comment 1•13 years ago
|
||
Sounds like someone used . instead of \.
Assignee: nobody → mattbasta
Severity: normal → minor
OS: Windows XP → All
Priority: -- → P3
Hardware: x86 → All
Target Milestone: --- → 6.3.8
| Assignee | ||
Comment 2•13 years ago
|
||
Done
https://github.com/mozilla/amo-validator/pull/107
Looks like this broke after I left for the summer. The regex tests were refactored sometime around Firefox 7.
Updated•13 years ago
|
Target Milestone: 6.3.8 → 6.3.9
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Reclassifying editor bugs and changing to a new whiteboard flag. Spam, spam, spam, spam...
Whiteboard: [required amo-editors] → [ReviewTeam]
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•