"set download-path=",
     "set history-max-items=2000",
     "set editor-command=x-terminal-emulator -e vi %s",
+#if WEBKIT_CHECK_VERSION(2, 0, 0)
+    "set insecure-content-show=off",
+    "set insecure-content-run=off",
+#endif
     NULL
 };
 
 
     {"sansfont", "sans-serif-font-family", TYPE_CHAR, webkit, {0}},
     {"seriffont", "serif-font-family", TYPE_CHAR, webkit, {0}},
     {"useragent", "user-agent", TYPE_CHAR, webkit, {0}},
+#if WEBKIT_CHECK_VERSION(2, 0, 0)
+    {"insecure-content-show", "enable-display-of-insecure-content", TYPE_BOOLEAN, webkit, {0}},
+    {"insecure-content-run", "enable-running-of-insecure-content", TYPE_BOOLEAN, webkit, {0}},
+#endif
 
     /* internal variables */
     {NULL, "stylesheet", TYPE_BOOLEAN, user_style, {0}},