Bug 891954 - Skip Necko IPC security checks for desktop Firefox (r=jduell)

This commit is contained in:
Bill McCloskey 2013-07-26 14:26:31 -07:00
parent 9cfc955ffa
commit 3ee373ddcf

View File

@ -1283,3 +1283,7 @@ pref("dom.debug.propagate_gesture_events_through_content", false);
// The request URL of the GeoLocation backend.
pref("geo.wifi.uri", "https://www.googleapis.com/geolocation/v1/geolocate?key=%GOOGLE_API_KEY%");
// Necko IPC security checks only needed for app isolation for cookies/cache/etc:
// currently irrelevant for desktop e10s
pref("network.disable.ipc.security", true);