Change filename for cookie whitelist of “epiphany” script

This commit is contained in:
coderkun 2017-02-16 21:43:35 +01:00
commit 0a5cca8980

2
epiphany Executable file → Normal file
View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
CONFIG_DIR="$HOME/.config/epiphany" CONFIG_DIR="$HOME/.config/epiphany"
COOKIES="cookies.sqlite" COOKIES="cookies.sqlite"
WHITELIST="cookie_whitelist.txt" WHITELIST="cookies.whitelist.txt"
LOCALSTORAGE_DIR="$HOME/.local/share/epiphany/localstorage" LOCALSTORAGE_DIR="$HOME/.local/share/epiphany/localstorage"