commit 5914f403ef96de93ea28e60ef90b9c933e8de936 parent f5a8e1fe10b748cebd27dbf2b66d964107640a20 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 3 Mar 2020 13:33:18 +0100 No longer save unneeded 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|github\.com|gitlab\.com|macodirect\.de|fotoimpex\.com|skoleintra\.dk|au\.dk|fredmiranda\.com|news\.ycombinator\.com|overleaf\.com|microsoftonline\.com|windowsazure\.com|backblaze\.com' \ +egrep 'jyskenetbank\.dk|jyskebank\.dk|macodirect\.de|fotoimpex\.com|skoleintra\.dk|au\.dk|overleaf\.com|microsoftonline\.com|windowsazure\.com' \ "$cookiefile" > "$tmpfile" && mv "$tmpfile" "$cookiefile"