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 | 408ca49a029efa54d18234288c04944d2905fecb (patch) | |
tree | a29d8eb5fdffe2c6209dd1997112a710ce014013 /modules | |
parent | 33b6f178d16f94df7de98d1316f563f14a2bedd5 (diff) | |
download | uxp-408ca49a029efa54d18234288c04944d2905fecb.tar.gz |
Clarify comment with security.fileuri.unique_origin
Diffstat (limited to 'modules')
-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 |