mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "8ab30e9b09798aa4cd1e646366262cf54284468c" and "3b3f1c519399f520c66353527b04fa17bdc638b3" have entirely different histories.
8ab30e9b09
...
3b3f1c5193
@ -101,12 +101,5 @@ defaultPref("browser.startup.page", 1);
|
|||||||
// Simplified DDG experience without prompts for extension and all
|
// Simplified DDG experience without prompts for extension and all
|
||||||
defaultPref("browser.startup.homepage", "https://start.duckduckgo.com");
|
defaultPref("browser.startup.homepage", "https://start.duckduckgo.com");
|
||||||
|
|
||||||
// https://globalprivacycontrol.org/ the successor of DNT
|
|
||||||
defaultPref("privacy.globalprivacycontrol.enabled", true);
|
|
||||||
defaultPref("privacy.globalprivacycontrol.functionality.enabled", true);
|
|
||||||
// and DNT itself
|
|
||||||
defaultPref("privacy.donottrackheader.enabled", true);
|
|
||||||
defaultPref("privacy.donottrackheader.value", 1);
|
|
||||||
|
|
||||||
// Attempt to keep last line empty just in case
|
// Attempt to keep last line empty just in case
|
||||||
//
|
//
|
||||||
|
@ -6,11 +6,8 @@
|
|||||||
# Windows compatible filenames
|
# Windows compatible filenames
|
||||||
--windows-filenames
|
--windows-filenames
|
||||||
|
|
||||||
# Attempt to take cookies from...
|
# Attempt to take cookies from Edge
|
||||||
#--cookies-from-browser edge
|
--cookies-from-browser edge
|
||||||
#--cookies-from-browser firefox
|
|
||||||
# Check about:profiles for LibreWolf path after the :
|
|
||||||
--cookies-from-browser firefox:
|
|
||||||
|
|
||||||
# Download all subtitles, even autogenerated, but not livechat
|
# Download all subtitles, even autogenerated, but not livechat
|
||||||
--write-subs
|
--write-subs
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
# WARNING: Leap second smearing! Don't use with anything else!
|
|
||||||
# The config comes from https://developers.google.com/time/guides but I
|
|
||||||
# already have a FallbackNTP so it needs to be erased as well.
|
|
||||||
#[Time]
|
|
||||||
#NTP=
|
|
||||||
#FallbackNTP=
|
|
||||||
#FallbackNTP=time.facebook.com
|
|
@ -1,2 +1,2 @@
|
|||||||
[Time]
|
[Time]
|
||||||
NTP=time.mikes.fi time1.mikes.fi time2.mikes.fi time3.mikes.fi ntp.miuku.net
|
NTP=time.mikes.fi time1.mikes.fi time2.mikes.fi time3.mikes.fi
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
# WARNING: Leap second smearing! Don't use with anything else!
|
|
||||||
# The config comes from https://developers.google.com/time/guides but I
|
|
||||||
# already have a FallbackNTP so it needs to be erased as well.
|
|
||||||
#[Time]
|
|
||||||
#NTP=
|
|
||||||
#FallbackNTP=
|
|
||||||
#FallbackNTP=time.google.com
|
|
@ -1,2 +1,2 @@
|
|||||||
[Time]
|
[Time]
|
||||||
NTP=ntp1.hetzner.de ntp2.hetzner.com ntp3.hetzner.net
|
NTP=ntp.hetzner.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user