UI optimizations to allow using Firefox on mobile devices (i.e. small touch screen), including two finger zoom and enforcing of mobile user agent. Privacy enhancements such as disabled search suggestions, disabled Firefox studies, disabled Telemetry and DuckDuckGo as default search engine. diff --git a/src/common/header.css b/src/common/header.css index 31f35e4..9fe2b37 100644 --- a/src/common/header.css +++ b/src/common/header.css @@ -1,5 +1,5 @@ /* Copyright 2021 Oliver Smith, Arnaud Ferraris - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: MPL-2.0 * _ _ _ __ _ * _ __ ___ ___ | |__ (_) | ___ ___ ___ _ __ / _(_) __ _ * | '_ ` _ \ / _ \| '_ \| | |/ _ \_____ / __/ _ \| '_ \| |_| |/ _` | diff --git a/src/mobile-config-autoconfig.js b/src/mobile-config-autoconfig.js index 3b28f1a..351a478 100644 --- a/src/mobile-config-autoconfig.js +++ b/src/mobile-config-autoconfig.js @@ -1,5 +1,5 @@ // Copyright 2021 Arnaud Ferraris, Oliver Smith -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 // This is a Firefox autoconfig file: // https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig diff --git a/src/mobile-config-prefs.js b/src/mobile-config-prefs.js index aba148e..6b6b606 100644 --- a/src/mobile-config-prefs.js +++ b/src/mobile-config-prefs.js @@ -1,5 +1,5 @@ // Copyright 2021 Oliver Smith, Martijn Braam -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 // Set up autoconfig (we use it to copy/update userChrome.css into profile dir) pref('general.config.filename', "mobile-config-autoconfig.js"); diff --git a/src/userChrome/appMenu.css b/src/userChrome/appMenu.css index 2aecf60..3d5dd12 100644 --- a/src/userChrome/appMenu.css +++ b/src/userChrome/appMenu.css @@ -1,5 +1,5 @@ /* Copyright 2021 Oliver Smith - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { /* Spawn the menu above the navigation bar (now that we've moved it to the diff --git a/src/userChrome/browser.css b/src/userChrome/browser.css index 6e1782d..9a60755 100644 --- a/src/userChrome/browser.css +++ b/src/userChrome/browser.css @@ -1,5 +1,5 @@ /* Copyright 2021 plata - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ /* Move navigation bar to bottom */ @media (max-width: 700px) { diff --git a/src/userChrome/editBookmarkPanel.css b/src/userChrome/editBookmarkPanel.css index 72778ac..b1fe466 100644 --- a/src/userChrome/editBookmarkPanel.css +++ b/src/userChrome/editBookmarkPanel.css @@ -1,5 +1,5 @@ /* Copyright 2021 Oliver Smith - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { /* The only way I (ollieparanoid) found to make this not glitchy, was to diff --git a/src/userChrome/findbar.css b/src/userChrome/findbar.css index 94298ad..df33058 100644 --- a/src/userChrome/findbar.css +++ b/src/userChrome/findbar.css @@ -1,5 +1,5 @@ /* Copyright 2021 Oliver Smith - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { .findbar-container { diff --git a/src/userChrome/popups.css b/src/userChrome/popups.css index 0633941..0b2e7a9 100644 --- a/src/userChrome/popups.css +++ b/src/userChrome/popups.css @@ -1,5 +1,5 @@ /* Copyright 2021 Oliver Smith - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { /* Hack to prevent popups from flickering around. It looks like e.g. the diff --git a/src/userChrome/root.css b/src/userChrome/root.css index 2f4c263..cd831f9 100644 --- a/src/userChrome/root.css +++ b/src/userChrome/root.css @@ -1,5 +1,5 @@ /* Copyright 2021 Oliver Smith - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ /* Reduce minimum window width */ :root { diff --git a/src/userChrome/tabmenu.css b/src/userChrome/tabmenu.css index d28c476..e540f33 100644 --- a/src/userChrome/tabmenu.css +++ b/src/userChrome/tabmenu.css @@ -1,5 +1,5 @@ /* Copyright 2021 Peter Mack, Oliver Smith - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @media (max-width: 700px) { /* Even when not in private browsing mode, reserve space to the right of diff --git a/src/userChrome/urlbar.css b/src/userChrome/urlbar.css index 0f9bce0..93deffe 100644 --- a/src/userChrome/urlbar.css +++ b/src/userChrome/urlbar.css @@ -1,5 +1,5 @@ /* Copyright 2021 Oliver Smith - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ /* Reduce minimum window width */ #urlbar-container { diff --git a/src/userContent/addons.css b/src/userContent/addons.css index 4e20445..b9e058b 100644 --- a/src/userContent/addons.css +++ b/src/userContent/addons.css @@ -1,5 +1,5 @@ /* Copyright 2021 Anri Dellal - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:addons"), url-prefix("about:addons") { :root { diff --git a/src/userContent/config.css b/src/userContent/config.css index aa75566..3e560a5 100644 --- a/src/userContent/config.css +++ b/src/userContent/config.css @@ -1,5 +1,5 @@ /* Copyright 2021 Anri Dellal - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:config") { #search-container, diff --git a/src/userContent/home.css b/src/userContent/home.css index 38b6ddd..a308b0b 100644 --- a/src/userContent/home.css +++ b/src/userContent/home.css @@ -1,5 +1,5 @@ /* Copyright 2021 Oliver Smith - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @namespace url("http://www.w3.org/1999/xhtml"); diff --git a/src/userContent/license.css b/src/userContent/license.css index f3d4de0..f81fcc8 100644 --- a/src/userContent/license.css +++ b/src/userContent/license.css @@ -1,5 +1,5 @@ /* Copyright 2021 Anri Dellal - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:license") { @media (max-width: 500px) { diff --git a/src/userContent/logins.css b/src/userContent/logins.css index ff9d283..1da3468 100644 --- a/src/userContent/logins.css +++ b/src/userContent/logins.css @@ -1,5 +1,5 @@ /* Copyright 2021 Anri Dellal - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:logins") { .container { diff --git a/src/userContent/policies.css b/src/userContent/policies.css index 7fac1cf..f8f5821 100644 --- a/src/userContent/policies.css +++ b/src/userContent/policies.css @@ -1,5 +1,5 @@ /* Copyright 2021 Anri Dellal - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:policies"), url-prefix("about:policies") { @media (max-width: 830px) { diff --git a/src/userContent/preferences.css b/src/userContent/preferences.css index 5d16760..33b54fb 100644 --- a/src/userContent/preferences.css +++ b/src/userContent/preferences.css @@ -1,5 +1,5 @@ /* Copyright 2021 Anri Dellal - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document regexp("about:preferences.*") { .sticky-container { diff --git a/src/userContent/protections.css b/src/userContent/protections.css index c39ea07..1be980d 100644 --- a/src/userContent/protections.css +++ b/src/userContent/protections.css @@ -1,5 +1,5 @@ /* Copyright 2021 Anri Dellal - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:protections") { #report-content { diff --git a/src/userContent/reader.css b/src/userContent/reader.css index 4bebad3..ccb6b8a 100644 --- a/src/userContent/reader.css +++ b/src/userContent/reader.css @@ -1,5 +1,5 @@ /* Copyright 2021 Tim Magee - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url-prefix("about:reader") { @media (max-width: 800px) { diff --git a/src/userContent/rights.css b/src/userContent/rights.css index 336798b..53b4972 100644 --- a/src/userContent/rights.css +++ b/src/userContent/rights.css @@ -1,5 +1,5 @@ /* Copyright 2021 Anri Dellal - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document url("about:rights") { @media (max-width: 500px) { diff --git a/src/userContent/sidebar.css b/src/userContent/sidebar.css index 9dd9701..3673557 100644 --- a/src/userContent/sidebar.css +++ b/src/userContent/sidebar.css @@ -1,5 +1,5 @@ /* Copyright 2021 plata, Anri Dellal - * SPDX-License-Identifier: GPL-3.0-or-later */ + * SPDX-License-Identifier: MPL-2.0 */ @-moz-document regexp("about:(preferences|addons|policies).*") { .category-icon {