From 20a10f03d4b14d68a77db88feea95cfcdbef8d34 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Sun, 28 Apr 2024 10:33:49 +0800 Subject: Add force https mode Implement an option to force all http urls to be upgraded to HTTPS, similar to HTTPS-Only Mode in Firefox. A http_force_https preference variable is provided as well as a menu bar item to toggle this mode. See: https://support.mozilla.org/en-US/kb/https-only-prefs --- dillorc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dillorc') diff --git a/dillorc b/dillorc index 13baf26c..362b9bb9 100644 --- a/dillorc +++ b/dillorc @@ -195,6 +195,11 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # HSTS directives are not saved between browser sessions. #http_strict_transport_security=YES +# If enabled, Dillo will force all HTTP connections to be upgraded to +# a more secure HTTPS connection. This will prevent sites from loading +# if they only support HTTP. +#http_force_https=NO + # Set the proxy information for http/https. # Note that the http_proxy environment variable overrides this setting. # WARNING: FTP and downloads plugins use wget. To use a proxy with them, -- cgit v1.2.3