Closed
Bug 983878
Opened 11 years ago
Closed 6 years ago
`appcache validate` should warn about any cross-origin requests
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: cvan, Unassigned)
References
Details
In your appcache manifest you cannot specify any resources that are on a different domain (even redirects). Chrome actually lets you, as long as the resources are served over SSL. But Firefox doesn't.
Because Firefox respects the same-origin policy, we should throw errors when you have cross-origin resources defined in the manifest. Errors should appear in the console and/or the Web Developer toolbar when running `appcache validate`.
Updated•11 years ago
|
Component: Developer Tools: Console → Developer Tools: Graphic Commandline and Toolbar
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
Per bug 1491875, this component has been closed, and the affected code is being removed from Firefox. Closing this bug as incomplete.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•