diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:24:21 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:28:15 +0200 |
commit | c6fa0ad315e38167cb81a4d8c143cc53ad783cc3 (patch) | |
tree | 65cd558675dbe74b44c91a03a12ce3db32edf1b8 /lisp/net | |
parent | 379c0592632e3ddb3f2ce454d80ee05a643b1541 (diff) | |
download | emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.gz emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.bz2 emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.zip |
; Prefer https to http in many URLs
These were all tested with https and confirmed working.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/net-utils.el | 2 | ||||
-rw-r--r-- | lisp/net/newst-backend.el | 2 | ||||
-rw-r--r-- | lisp/net/newsticker.el | 2 | ||||
-rw-r--r-- | lisp/net/puny.el | 8 | ||||
-rw-r--r-- | lisp/net/secrets.el | 2 | ||||
-rw-r--r-- | lisp/net/soap-client.el | 4 | ||||
-rw-r--r-- | lisp/net/tramp-sh.el | 2 |
7 files changed, 11 insertions, 11 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index ef3651b0335..8c7d33a67d4 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el @@ -771,7 +771,7 @@ This command uses `smbclient-program' to connect to HOST." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Full list is available at: -;; http://www.iana.org/assignments/port-numbers +;; https://www.iana.org/assignments/port-numbers (defvar network-connection-service-alist (list (cons 'echo 7) diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index 2c32a2cf2ea..f45abf780f7 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el @@ -890,7 +890,7 @@ Argument BUFFER is the buffer of the retrieval process." ;; Atom 1.0 feed. ;; (and (eq 'feed (xml-node-name topnode)) - ;; (string= "http://www.w3.org/2005/Atom" + ;; (string= "https://www.w3.org/2005/Atom" ;; (xml-get-attribute topnode 'xmlns))) (setq image-url (newsticker--get-logo-url-atom-1.0 topnode)) (setq icon-url (newsticker--get-icon-url-atom-1.0 topnode)) diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index 6329e7660f7..535122a31fb 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el @@ -54,7 +54,7 @@ ;; as well as the following Atom formats: ;; * Atom 0.3 ;; * Atom 1.0 -;; (see http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-11.txt) +;; (see https://www.ietf.org/internet-drafts/draft-ietf-atompub-format-11.txt) ;; That makes Newsticker.el an "Atom aggregator, "RSS reader", "RSS ;; aggregator", and "Feed Reader". diff --git a/lisp/net/puny.el b/lisp/net/puny.el index cc406076c58..5c58fe02cbf 100644 --- a/lisp/net/puny.el +++ b/lisp/net/puny.el @@ -23,7 +23,7 @@ ;;; Commentary: ;; Written by looking at -;; http://stackoverflow.com/questions/183485/can-anyone-recommend-a-good-free-javascript-for-punycode-to-unicode-conversion +;; https://stackoverflow.com/questions/183485/can-anyone-recommend-a-good-free-javascript-for-punycode-to-unicode-conversion ;;; Code: @@ -196,12 +196,12 @@ For instance \"xn--bcher-kva\" => \"bücher\"." (cl-incf i))) (buffer-string))) -;; http://www.unicode.org/reports/tr39/#Restriction_Level_Detection -;; http://www.unicode.org/reports/tr31/#Table_Candidate_Characters_for_Inclusion_in_Identifiers +;; https://www.unicode.org/reports/tr39/#Restriction_Level_Detection +;; https://www.unicode.org/reports/tr31/#Table_Candidate_Characters_for_Inclusion_in_Identifiers (defun puny-highly-restrictive-string-p (string) "Say whether STRING is \"highly restrictive\" in the Unicode IDNA sense. -See http://www.unicode.org/reports/tr39/#Restriction_Level_Detection +See https://www.unicode.org/reports/tr39/#Restriction_Level_Detection for details. The main idea is that if you're mixing scripts (like latin and cyrillic), you may confuse the user by using homographs." diff --git a/lisp/net/secrets.el b/lisp/net/secrets.el index 10d061fba20..dc1b468a118 100644 --- a/lisp/net/secrets.el +++ b/lisp/net/secrets.el @@ -23,7 +23,7 @@ ;;; Commentary: ;; This package provides an implementation of the Secret Service API -;; <http://www.freedesktop.org/wiki/Specifications/secret-storage-spec>. +;; <https://www.freedesktop.org/wiki/Specifications/secret-storage-spec>. ;; This API is meant to make GNOME-Keyring- and KWallet-like daemons ;; available under a common D-BUS interface and thus increase ;; interoperability between GNOME, KDE and other applications having diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index f07d214e122..504304f385e 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el @@ -2078,7 +2078,7 @@ This is a specialization of `soap-decode-type' for soap-headers ; list of (message part use) soap-body ; message parts present in the body use ; 'literal or 'encoded, see - ; http://www.w3.org/TR/wsdl#_soap:body + ; https://www.w3.org/TR/wsdl#_soap:body ) (cl-defstruct (soap-binding (:include soap-element)) @@ -2111,7 +2111,7 @@ This is a specialization of `soap-decode-type' for ;; Add the XSD types to the wsdl document (let ((ns (soap-make-xs-basic-types - "http://www.w3.org/2001/XMLSchema" "xsd"))) + "https://www.w3.org/2001/XMLSchema" "xsd"))) (soap-wsdl-add-namespace ns wsdl) (soap-wsdl-add-alias "xsd" (soap-namespace-name ns) wsdl)) diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index a51edae1482..377f45c1755 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -4408,7 +4408,7 @@ process to set up. VEC specifies the connection." ;; IRIX64 bash expands "!" even when in single quotes. This ;; destroys our shell functions, we must disable it. See - ;; <http://stackoverflow.com/questions/3291692/irix-bash-shell-expands-expression-in-single-quotes-yet-shouldnt>. + ;; <https://stackoverflow.com/questions/3291692/irix-bash-shell-expands-expression-in-single-quotes-yet-shouldnt>. (when (string-match-p "^IRIX64" uname) (tramp-send-command vec "set +H" t)) |