Closed
Bug 464806
Opened 17 years ago
Closed 17 years ago
Content policy default preference for "refresh" type ignored
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
INVALID
People
(Reporter: bugzilla-graveyard, Unassigned)
Details
According to
https://wiki.mozilla.org/User:Mvl/permissions
setting an integer preference of "permissions.default.refresh" to either 2 or 3 should have an effect on whether meta refresh tags on pages work. It has no effect at all because nothing ever checks it. (As far as I can tell, permissions.default.image is the only one of those 13 potential prefs that ever gets checked by anything currently in the codebase.)
Comment 1•17 years ago
|
||
Based on the patch for bug 83265, nsDocLoader::RefreshAttempted and nsDocShell::GetAllowMetaRedirects look like likely candidates for the relevant content policy check...
Comment 2•17 years ago
|
||
Bah, wrong bug. This bug is invalid - the pref is checked, but doesn't have any effect because of bug 464805.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•