aboutsummaryrefslogtreecommitdiff
path: root/145
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /145
Initial versionHEADmain
Diffstat (limited to '145')
-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