Remove default value for gfx.downloadable_fonts.enforce_same_site_origin pref, which is no longer implemented. (Bug 457825) r=jdaggett

This commit is contained in:
L. David Baron 2009-01-29 12:39:19 -08:00
Родитель 440b9fc96a
Коммит d876898f3b
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -149,7 +149,6 @@ pref("gfx.color_management.display_profile", "");
pref("gfx.color_management.rendering_intent", 0);
pref("gfx.downloadable_fonts.enabled", true);
pref("gfx.downloadable_fonts.enforce_same_site_origin", true);
pref("accessibility.browsewithcaret", false);
pref("accessibility.warn_on_browsewithcaret", true);