mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 20:57:39 +02:00
Compare commits
No commits in common. "9fb90d4b30ab78246e7d1e955930a3b1f040ddc6" and "c5dd75077d33f55675d61d0ee13d2d667c63b2d0" have entirely different histories.
9fb90d4b30
...
c5dd75077d
@ -31,7 +31,6 @@
|
|||||||
- [`doh-dns0.json`](#doh-dns0json)
|
- [`doh-dns0.json`](#doh-dns0json)
|
||||||
- [`doh-mullvad-base.json`](#doh-mullvad-basejson)
|
- [`doh-mullvad-base.json`](#doh-mullvad-basejson)
|
||||||
- [`enable-ech-ocsp.json`](#enable-ech-ocspjson)
|
- [`enable-ech-ocsp.json`](#enable-ech-ocspjson)
|
||||||
- [`fix-edge-search.json`](#fix-edge-searchjson)
|
|
||||||
- [`force-incognito.json`](#force-incognitojson)
|
- [`force-incognito.json`](#force-incognitojson)
|
||||||
- [`https-everywhere.json`](#https-everywherejson)
|
- [`https-everywhere.json`](#https-everywherejson)
|
||||||
- [`README.md`](#readmemd)
|
- [`README.md`](#readmemd)
|
||||||
@ -206,12 +205,6 @@ Enables DNS-over-HTTPS with Mullvad Base, which features ad, malware & tracker b
|
|||||||
|
|
||||||
Enables encrypted client hello and OCSP (or CRL?) checks.
|
Enables encrypted client hello and OCSP (or CRL?) checks.
|
||||||
|
|
||||||
## `fix-edge-search.json`
|
|
||||||
|
|
||||||
Tells Microsoft Edge to redirect queries from new tab search box to URL bar
|
|
||||||
effectively forcing it to respect user configured search engine instead of
|
|
||||||
stealthily sending those queries to Bing.
|
|
||||||
|
|
||||||
## `force-incognito.json`
|
## `force-incognito.json`
|
||||||
|
|
||||||
Forces incognito mode. I don't recommend this.
|
Forces incognito mode. I don't recommend this.
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"NewTabPageSearchBox": "redirect"
|
|
||||||
}
|
|
||||||
@ -4,5 +4,6 @@
|
|||||||
"DefaultSearchProviderName": "Brave",
|
"DefaultSearchProviderName": "Brave",
|
||||||
"DefaultSearchProviderNewTabURL": "",
|
"DefaultSearchProviderNewTabURL": "",
|
||||||
"DefaultSearchProviderSearchURL": "https://search.brave.com/search?q={searchTerms}",
|
"DefaultSearchProviderSearchURL": "https://search.brave.com/search?q={searchTerms}",
|
||||||
"DefaultSearchProviderSuggestURL": "https://search.brave.com/api/suggest?q={searchTerms}"
|
"DefaultSearchProviderSuggestURL": "https://search.brave.com/api/suggest?q={searchTerms}",
|
||||||
|
"NewTabPageSearchBox": "redirect"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,5 +4,6 @@
|
|||||||
"DefaultSearchProviderName": "DuckDuckGo",
|
"DefaultSearchProviderName": "DuckDuckGo",
|
||||||
"DefaultSearchProviderNewTabURL": "",
|
"DefaultSearchProviderNewTabURL": "",
|
||||||
"DefaultSearchProviderSearchURL": "https://start.duckduckgo.com/?q={searchTerms}",
|
"DefaultSearchProviderSearchURL": "https://start.duckduckgo.com/?q={searchTerms}",
|
||||||
"DefaultSearchProviderSuggestURL": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list"
|
"DefaultSearchProviderSuggestURL": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
|
"NewTabPageSearchBox": "redirect"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user