diff --git a/xdg-sanity.conf b/xdg-sanity.conf new file mode 100644 index 0000000..1acbb9a --- /dev/null +++ b/xdg-sanity.conf @@ -0,0 +1 @@ +browser = diff --git a/xdg-sanity.sh b/xdg-sanity.sh index 157f000..fa4583d 100755 --- a/xdg-sanity.sh +++ b/xdg-sanity.sh @@ -8,8 +8,6 @@ echo $MIME BROWSER=$(cat /etc/xdg-sanity.conf | sed -n -e 's/^browser = //p' ) -# add application/x-xpinstall text/xml application/xhtml+xml x-scheme-handler/https handling -# fix text/html; charset=utf-8 handling if [ "$MIME" = "text/html" ] then $BROWSER $1