aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-23 20:36:32 +0100
committerSoispha <soispha@vhack.eu>2024-03-23 20:36:32 +0100
commit89747456672a032e28675f948c9d9a9fcb5db619 (patch)
tree8c76c91054fee7d5e1efe96f44709e9949010fe1 /hm/soispha/conf
parentfix(flake): Correctly export the overlayed package set as `legacyPackages` (diff)
downloadnixos-config-89747456672a032e28675f948c9d9a9fcb5db619.zip
fix(hm/conf/firefox/extensions): Remove torproject-snowflake temporarily
They got themselves removed from Mozilla's Add-on store. To update the extensions, I know need to remove them temporarily until the situation is resolved. Relevant issue: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake-webext/-/issues/89
Diffstat (limited to 'hm/soispha/conf')
-rwxr-xr-xhm/soispha/conf/firefox/scripts/update_extensions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/firefox/scripts/update_extensions.sh b/hm/soispha/conf/firefox/scripts/update_extensions.sh
index 49e9e407..d46230c0 100755
--- a/hm/soispha/conf/firefox/scripts/update_extensions.sh
+++ b/hm/soispha/conf/firefox/scripts/update_extensions.sh
@@ -1,11 +1,11 @@
#!/bin/sh
tmp=$(mktemp)
-cat <<EOF >"$tmp"
+cat <<EOF | awk '!/^\s*#/' >"$tmp"
darkreader:navbar
keepassxc-browser:navbar
vhack-libredirect:navbar
- torproject-snowflake:navbar
+ # torproject-snowflake:navbar
tridactyl-vim:menupanel
ublock-origin:menupanel
EOF