updated searchEngines so they work without policies (in release builds)
This commit is contained in:
parent
6cf212ecd8
commit
666a06a496
2 changed files with 67 additions and 23 deletions
|
@ -37,29 +37,6 @@ o: /distribution/policies.json
|
|||
+ "twitter@search.mozilla.org"
|
||||
+ ]
|
||||
+ },
|
||||
+ "SearchEngines": {
|
||||
+ "PreventInstalls": false,
|
||||
+ "Remove": [
|
||||
+ "Google",
|
||||
+ "Bing",
|
||||
+ "Amazon.com",
|
||||
+ "DuckDuckGo",
|
||||
+ "eBay",
|
||||
+ "Twitter",
|
||||
+ "wikipedia@search.mozilla.org"
|
||||
+ ],
|
||||
+ "Add": [
|
||||
+ {
|
||||
+ "Name": "QGato",
|
||||
+ "Description": "QGato Search Engine",
|
||||
+ "Method": "GET",
|
||||
+ "URLTemplate": "https://qgato.xyz/search?q={searchTerms}",
|
||||
+ "SuggestURLTemplate": "https://qgato.xyz/suggestions?q={searchTerms}",
|
||||
+ "IconURL": "https://qgato.xyz/static/images/icon.png"
|
||||
+ }
|
||||
+ ],
|
||||
+ "Default": "QGato"
|
||||
+ },
|
||||
+ "SupportMenu": {
|
||||
+ "Title": "Spitfire Issue Tracker",
|
||||
+ "URL": "https://weforge.xyz/Spitfire/Browser/issues"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue