Reverting the recent file:// URI security change default setting to get the tree green until we fix all the issues.

This commit is contained in:
jst@mozilla.org 2008-03-20 23:42:43 -07:00
Родитель be595e9da8
Коммит f03d0ef5cb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -501,7 +501,7 @@ pref("advanced.mailftp", false);
pref("image.animation_mode", "normal"); pref("image.animation_mode", "normal");
// Same-origin policy for file URIs, "false" is traditional // Same-origin policy for file URIs, "false" is traditional
pref("security.fileuri.strict_origin_policy", true); pref("security.fileuri.strict_origin_policy", false);
// If there is ever a security firedrill that requires // If there is ever a security firedrill that requires
// us to block certian ports global, this is the pref // us to block certian ports global, this is the pref