blob: c43d4e4af377d28c16f00787265c7ef3b5cf59bd (
plain)
1
2
3
4
5
6
7
8
9
10
|
Title: Implement force https mode.
Author: zlqrvx
Created: Sun, 28 Apr 2024 03:07:25 +0000
State: closed
This pull request implements an option to force all http urls to be upgraded to https, similar to [HTTPS-Only Mode](https://support.mozilla.org/en-US/kb/https-only-prefs) in Firefox.
This is implemented by changing all http urls to https when they are created in a_Url_new.
A http_force_https preference is provided as well as a menu bar item to toggle this mode.
|