fix: don't override user-agent (MR 34)
This commit is contained in:
parent
cc4a4a791b
commit
e1c533d84e
2 changed files with 0 additions and 4 deletions
|
@ -11,7 +11,6 @@ This does not replace a proper implementation in
|
|||
* Adapt UI elements and "about:" pages to small screen sizes (when opened on
|
||||
small screen)
|
||||
* Enable mobile gestures
|
||||
* User agent set to same as Tor Browser for Android
|
||||
* Privacy tweaks:
|
||||
* Disable search suggestions
|
||||
* Disable Firefox studies
|
||||
|
|
|
@ -265,9 +265,6 @@ function css_files_update() {
|
|||
|
||||
function set_default_prefs() {
|
||||
log("Setting default preferences");
|
||||
// Select a mobile user agent for firefox (same as tor browser on android)
|
||||
defaultPref('general.useragent.override', 'Mozilla/5.0 (Android 10; Mobile; rv:110.0) Gecko/110.0 Firefox/110.0');
|
||||
|
||||
// Do not suggest facebook, ebay, reddit etc. in the urlbar. Same as
|
||||
// Settings -> Privacy & Security -> Address Bar -> Shortcuts. As
|
||||
// side-effect, the urlbar results are not immediatelly opened once
|
||||
|
|
Loading…
Reference in a new issue