|
|
@ -28,19 +28,13 @@ user_pref("browser.urlbar.trimURLs", false); |
|
|
|
user_pref("browser.pocket.enabled", false); |
|
|
|
user_pref("extensions.pocket.enabled", false); |
|
|
|
|
|
|
|
|
|
|
|
{{ if (hasKey . "firefox") }} |
|
|
|
/* Chezmoi defined configs */ |
|
|
|
|
|
|
|
{{ if (hasKey .firefox "bookmarks") }} |
|
|
|
/* PREF: Export bookmarks to HTML automatically when closing Firefox (disabled) */ |
|
|
|
user_pref("browser.bookmarks.autoExportHTML", true); |
|
|
|
{{ if (and (hasKey . "firefox") (hasKey .firefox "bookmarks")) }} |
|
|
|
// PREF: Export bookmarks to HTML automatically when closing Firefox [HIDDEN PREF] |
|
|
|
user_pref("browser.bookmarks.autoExportHTML", true); |
|
|
|
user_pref("browser.bookmarks.file", {{ .firefox.bookmarks | quote }}); |
|
|
|
user_pref("browser.bookmarks.max_backups", 5); |
|
|
|
{{- end }} |
|
|
|
|
|
|
|
{{- end }} |
|
|
|
|
|
|
|
|
|
|
|
/*** [SECTION 0100]: STARTUP ***/ |
|
|
|
|
|
|
@ -105,7 +99,7 @@ user_pref("network.http.referer.XOriginPolicy", 0); |
|
|
|
* [SETTING] General>DRM Content>Play DRM-controlled content |
|
|
|
* [TEST] https://bitmovin.com/demos/drm |
|
|
|
* [1] https://www.eff.org/deeplinks/2017/10/drms-dead-canary-how-we-just-lost-web-what-we-learned-it-and-what-we-need-do-next ***/ |
|
|
|
// Reason: Breaks various streamingf sites |
|
|
|
// Reason: Breaks various streaming sites |
|
|
|
user_pref("media.eme.enabled", true); |
|
|
|
|
|
|
|
|
|
|
|