makedeb
My personal Phoenix policies for Mozilla Firefox
Click here to go back to the commit logs for phoenix-policies-personal.
Hash: ac15b5e4f55cd043da944b80a88573ece11cbcb8
Message: Fix installing Mullvad's browser extension - see https://codeberg.org/celenity/Phoenix/commits/branch/pages
diff --git a/.SRCINFO b/.SRCINFO
index c17d64e..f9c593d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = phoenix-policies-personal
pkgdesc = My personal Phoenix policies for Mozilla Firefox
- pkgver = 20241024
+ pkgver = 20241027
pkgrel = 1
url = https://phoenix.celenity.dev
arch = any
license = GPL3
source = policies.json
- sha512sums = b13eb49cb83bfb7a678d2aa04261752b63beb4642cf49069f9d3b83dfa09fb15e7e1c2027e77bc0f24937283fa9b73ac1ff87dd9df681bb6bb21c00167768f73
+ sha512sums = f7b8b822ad3dcda67e14a87b9490581891cba9b589879cdb528bee60fc0c654dae887a80a24d75d2b35dd86cbb6e0a4c4958783c2bc0a91f0c3122476b47fdbb
pkgname = phoenix-policies-personal
diff --git a/PKGBUILD b/PKGBUILD
index c61cc98..2b4a441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: celenity <celenity@celenity.dev>
pkgname=phoenix-policies-personal
-pkgver=20241024
+pkgver=20241027
pkgrel=1
pkgdesc="My personal Phoenix policies for Mozilla Firefox"
arch=(any)
license=('GPL3')
url="https://phoenix.celenity.dev"
source=('policies.json')
-sha512sums=('b13eb49cb83bfb7a678d2aa04261752b63beb4642cf49069f9d3b83dfa09fb15e7e1c2027e77bc0f24937283fa9b73ac1ff87dd9df681bb6bb21c00167768f73')
+sha512sums=('f7b8b822ad3dcda67e14a87b9490581891cba9b589879cdb528bee60fc0c654dae887a80a24d75d2b35dd86cbb6e0a4c4958783c2bc0a91f0c3122476b47fdbb')
pkgver() {
echo "$pkgver"
diff --git a/policies.json b/policies.json
index c5d2105..8a2c2b7 100644
--- a/policies.json
+++ b/policies.json
@@ -91,27 +91,27 @@
"https://github.com/violentmonkey/violentmonkey/releases/*",
"https://objects.githubusercontent.com/*",
"https://www.eff.org/files/*",
- "https://mullvad.net/ar/download/browser/extension/*",
- "https://mullvad.net/da/download/browser/extension/*",
- "https://mullvad.net/de/download/browser/extension/*",
- "https://mullvad.net/en/download/browser/extension/*",
- "https://mullvad.net/es/download/browser/extension/*",
- "https://mullvad.net/fa/download/browser/extension/*",
- "https://mullvad.net/fi/download/browser/extension/*",
- "https://mullvad.net/fr/download/browser/extension/*",
- "https://mullvad.net/it/download/browser/extension/*",
- "https://mullvad.net/ja/download/browser/extension/*",
- "https://mullvad.net/ko/download/browser/extension/*",
- "https://mullvad.net/nl/download/browser/extension/*",
- "https://mullvad.net/no/download/browser/extension/*",
- "https://mullvad.net/pl/download/browser/extension/*",
- "https://mullvad.net/pt/download/browser/extension/*",
- "https://mullvad.net/ru/download/browser/extension/*",
- "https://mullvad.net/sv/download/browser/extension/*",
- "https://mullvad.net/th/download/browser/extension/*",
- "https://mullvad.net/tr/download/browser/extension/*",
- "https://mullvad.net/zh-hans/download/browser/extension/*",
- "https://mullvad.net/zh-hant/download/browser/extension/*",
+ "https://mullvad.net/ar/download/browser/extension",
+ "https://mullvad.net/da/download/browser/extension",
+ "https://mullvad.net/de/download/browser/extension",
+ "https://mullvad.net/en/download/browser/extension",
+ "https://mullvad.net/es/download/browser/extension",
+ "https://mullvad.net/fa/download/browser/extension",
+ "https://mullvad.net/fi/download/browser/extension",
+ "https://mullvad.net/fr/download/browser/extension",
+ "https://mullvad.net/it/download/browser/extension",
+ "https://mullvad.net/ja/download/browser/extension",
+ "https://mullvad.net/ko/download/browser/extension",
+ "https://mullvad.net/nl/download/browser/extension",
+ "https://mullvad.net/no/download/browser/extension",
+ "https://mullvad.net/pl/download/browser/extension",
+ "https://mullvad.net/pt/download/browser/extension",
+ "https://mullvad.net/ru/download/browser/extension",
+ "https://mullvad.net/sv/download/browser/extension",
+ "https://mullvad.net/th/download/browser/extension",
+ "https://mullvad.net/tr/download/browser/extension",
+ "https://mullvad.net/zh-hans/download/browser/extension",
+ "https://mullvad.net/zh-hant/download/browser/extension",
"https://noscript.net/*",
"https://phoenix.celenity.dev/extensions/xpi/*",
"https://privacybadger.org/*"
@@ -989,6 +989,10 @@
"intl.locale.requested": {
"Value": "en-US",
"Status": "locked"
+ },
+ "app.update.auto": {
+ "Value": true,
+ "Status": "default"
}
},
"PrivateBrowsingModeAvailability": 0,
@@ -1874,6 +1878,10 @@
"DisableFirefoxScreenshots": true,
"RequestedLocales": [
"en-US"
- ]
+ ],
+ "DisableDefaultBrowserAgent": true,
+ "WindowsSSO": false,
+ "AppAutoUpdate": true,
+ "DisableAppUpdate": false
}
-}
\ No newline at end of file
+}