Operation insecure error when trying to use IndexedDB with file protocol
Categories
(Core :: Storage: IndexedDB, defect, P5)
Tracking
()
People
(Reporter: antigonos, Unassigned)
Details
(Keywords: parity-chrome, regression, testcase, Whiteboard: dom-lws-bugdash-triage)
Attachments
(1 file)
1.38 KB,
text/html
|
Details |
Updated•9 years ago
|
Updated•7 years ago
|
![]() |
||
Comment 3•7 years ago
|
||
Updated•3 years ago
|
Comment 4•10 months ago
|
||
This works for me now.
Comment 5•10 months ago
|
||
(In reply to antigonos from comment #1)
After some investigation, the network.cookie.cookieBehavior=2 pref seems to
cause the problem.With the default '0' value the test file does work (but then of course all
cookies are enabled by default).Using the value '2', in the Cookies Exception box the site should be enabled
individually
(interestingly, this box does not allow multiple entries with a 'file:///'
protocol, the various URLs seem to reuse one common entry).So it seems that before 43 the cookieBehavior pref was not considered for
the 'file:///' protocols?A bit confusing the situation, but at least there is no need now to go back
to 42.
COOKIE_BEHAVIOR 2 is reject; it is possible there was a transition to use the policy behavior. Permissions can be used to re-enable storage when the preference would be used.
Updated•10 months ago
|
Description
•