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)

defect
Not set
normal

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.
Assignee: nobody → mbasta
Target Milestone: --- → Q3 2011
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
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.