aboutsummaryrefslogtreecommitdiff
path: root/145/index.md
diff options
context:
space:
mode:
Diffstat (limited to '145/index.md')
-rw-r--r--145/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/145/index.md b/145/index.md
new file mode 100644
index 0000000..c43d4e4
--- /dev/null
+++ b/145/index.md
@@ -0,0 +1,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. \ No newline at end of file