diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-20 15:02:04 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-20 15:02:04 +0200 |
commit | a08fb2ee2ec9ca4f29c35cf40c46aedbc75bf465 (patch) | |
tree | a29d8eb5fdffe2c6209dd1997112a710ce014013 /modules/libpref | |
parent | e18579b945465e84ce8ea9794eb7d37eca5aadcc (diff) | |
download | uxp-a08fb2ee2ec9ca4f29c35cf40c46aedbc75bf465.tar.gz |
Clarify comment with security.fileuri.unique_origin
Diffstat (limited to 'modules/libpref')
-rw-r--r-- | modules/libpref/init/all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index b31ae8e331..cd4284a9e8 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -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 |