update librewolf overrides to allow firefox sync
add delete command to lfrc update scripts versionmaster
parent
3461ef055b
commit
8215cbda5a
|
@ -85,7 +85,7 @@ cmd delete ${{
|
||||||
|
|
||||||
# use '<backspace2>' key for either 'trash' or 'delete' command
|
# use '<backspace2>' key for either 'trash' or 'delete' command
|
||||||
map <backspace2> trash
|
map <backspace2> trash
|
||||||
# map <delete> delete
|
map <delete> delete
|
||||||
|
|
||||||
# extract the current file with the right command
|
# extract the current file with the right command
|
||||||
# (xkcd link: https://xkcd.com/1168/)
|
# (xkcd link: https://xkcd.com/1168/)
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
||||||
defaultPref("privacy.clearOnShutdown.history", false);
|
defaultPref("privacy.clearOnShutdown.history", false);
|
||||||
defaultPref("privacy.clearOnShutdown.downloads", false);
|
defaultPref("privacy.clearOnShutdown.downloads", false);
|
||||||
|
defaultPref("identity.fxaccounts.enabled", true);
|
||||||
|
|
||||||
/** [SECTION] DRM */
|
/** [SECTION] DRM */
|
||||||
defaultPref("media.eme.enabled", true); // master switch for drm content
|
defaultPref("media.eme.enabled", true); // master switch for drm content
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 09218c616b86c7f4ab197021271fd320d9e7d3da
|
Subproject commit 09678c7f284d8108ca0b3d970eef588e827359ca
|
Loading…
Reference in New Issue