olddoc user/dev discussion/patches/bugs/etc
 help / color / mirror / code / Atom feed
* [PATCH] doc: update some URLs to support HTTPS
@ 2017-12-15 20:10 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2017-12-15 20:10 UTC (permalink / raw)
  To: olddoc-public

HTTP to HTTPS redirects slow down the user experience and leave
an opening for traffic interception and rewriting.
---
 README   | 2 +-
 Rakefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index bb261a6..e3ab17e 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ with people and hardware.
 == Reasons
 
 * No CSS.  Encouraging users to use CSS leads to problems like
-  copy-paste hijacking: http://thejh.net/misc/website-terminal-copy-paste
+  copy-paste hijacking: https://thejh.net/misc/website-terminal-copy-paste
   External CSS also increases page load time as it often blocks page
   rendering.  Asynchronous loading of CSS also causes accessibility
   problems as links/buttons may move as a user attempts to click.
diff --git a/Rakefile b/Rakefile
index 1cbd0f9..aaba8cb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ task :rsync_docs do
   top = %w(INSTALL README COPYING)
 
   # git-set-file-times is distributed with rsync,
-  # Also available at: http://yhbt.net/git-set-file-times
+  # Also available at: https://yhbt.net/git-set-file-times
   # on Debian systems: /usr/share/doc/rsync/scripts/git-set-file-times.gz
   sh("git", "set-file-times", 'Documentation', *top)
 
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-15 20:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-15 20:10 [PATCH] doc: update some URLs to support HTTPS Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/olddoc.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).