Closed
Bug 667909
Opened 15 years ago
Closed 15 years ago
Incorrect validation error with data URL
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q3 2011
People
(Reporter: mkaply, Assigned: basta)
Details
I'm adding a search engine like this:
try {
DefaultTabServices.search.addEngineWithDetails(label, "data:image/x-icon;base64," +
"iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAA
And I got the:
javascript:/data: URIs may be incompatible with Firefox 6
Not sure how you can do it, but there are definitely cases where data URLs are OK. Shouldn't just throw out that error.
Updated•15 years ago
|
Assignee: nobody → mbasta
Target Milestone: --- → Q3 2011
Comment 1•15 years ago
|
||
That's just a soft warning and it was expected to be a false positive in the majority of cases. See bug 659681 for more info.
WONTFIX.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Updated•10 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
•