Open
Bug 1344164
Opened 9 years ago
Updated 3 years ago
Test that HSTS and HPKP preload works correctly under origin attributes isolation.
Categories
(Core :: Security: PSM, enhancement, P3)
Core
Security: PSM
Tracking
()
NEW
People
(Reporter: jhao, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-backlog])
In bug 1323644, we added origin attributes to the hash key of site state storage.
For preload storage, we put the cache in with default origin attributes, so when we tried to get the cache, we also use default origin attributes to create hash key, no matter what the actual origin attributes are passed to the API. It should work fine, but it would be nice to have a test that ensures we can correctly get the preloaded sites even when we passed non-default origin attributes to the API.
Updated•9 years ago
|
Priority: -- → P2
Whiteboard: [psm-backlog]
Comment 1•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•