mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Clarify comment with security.fileuri.unique_origin
This commit is contained in:
parent
64191e15cb
commit
d358080b7f
1 changed files with 1 additions and 0 deletions
|
|
@ -1332,6 +1332,7 @@ pref("image.animation_mode", "normal");
|
|||
pref("security.fileuri.strict_origin_policy", true);
|
||||
|
||||
// Treat all file URIs as having a unique origin.
|
||||
// Only has an effect if strict origin policy is true.
|
||||
pref("security.fileuri.unique_origin", true);
|
||||
|
||||
// If this pref is true, prefs in the logging.config branch will be cleared on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue