commit f76b5199f8334cea5597264cc6ad4c3fab4b7fe2 parent 7bec52345753d4ee89ee94341c9d44a58cc57fe5 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 6 Nov 2020 10:48:12 +0100 surf-clean-cookies: keep more evilsoft cookies Diffstat:
M | .local/bin/surf-clean-cookies | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/surf-clean-cookies b/.local/bin/surf-clean-cookies @@ -2,5 +2,5 @@ cookiefile="$HOME/.config/surf/cookies.txt" tmpfile="$(mktemp)" -egrep 'jyskenetbank\.dk|jyskebank\.dk|macodirect\.de|fotoimpex\.com|skoleintra\.dk|au\.dk|overleaf\.com|microsoftonline\.com|windowsazure\.com' \ +egrep 'jyskenetbank\.dk|jyskebank\.dk|macodirect\.de|fotoimpex\.com|skoleintra\.dk|au\.dk|overleaf\.com|microsoftonline\.com|windowsazure\.com|office365\.com' \ "$cookiefile" > "$tmpfile" && mv "$tmpfile" "$cookiefile"