midori option: Don't allow JS to access X11 clipboard and print without dialog window (if the user ever gets able to print).

This commit is contained in:
Mike Gabriel 2017-03-21 19:37:19 +01:00
parent dccbae23c1
commit 2e2c2f91e5
1 changed files with 2 additions and 0 deletions

View File

@ -273,6 +273,8 @@ function midori_session {
-e enable-html5-database=true \
-e enable-running-of-insecure-content=false \
-e enable-display-of-insecure-content=false \
-e javascript-can-access-clipboard=false \
-e print-without-dialog=true \
-c "${midori_config_dir}" \
${URI_BLOCKLIST} \
-a "${WWW_URI}" 1>/dev/null 2>/dev/null &