diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/StaticPrefList.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index ba2705ddc3..f32cab17d8 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -9059,6 +9059,11 @@ value: 32 mirror: always +- name: layout.cursor.disable-for-popups + type: bool + value: true + mirror: always + - name: layout.display-list.build-twice type: RelaxedAtomicBool value: false @@ -11431,6 +11436,12 @@ value: true mirror: always +# If true content types of multipart/x-mixed-replace cannot set a cookie +- name: network.cookie.prevent_set_cookie_from_multipart + type: RelaxedAtomicBool + value: true + mirror: always + # If we should attempt to race the cache and network. - name: network.http.rcwn.enabled type: bool |