diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-08-04 11:09:40 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-08-04 11:09:40 +0200 |
commit | 8348ace63a9c2cd039cad855784e2c352c3bb789 (patch) | |
tree | 3aad2024fdbedc5d72e10fa4ec97ab0227b72e37 /lisp/net/eww.el | |
parent | 3ec2fdc9a1c2162242c30788a932427198c27de2 (diff) | |
download | emacs-8348ace63a9c2cd039cad855784e2c352c3bb789.tar.gz emacs-8348ace63a9c2cd039cad855784e2c352c3bb789.tar.bz2 emacs-8348ace63a9c2cd039cad855784e2c352c3bb789.zip |
Revert "Fix about:protocols in EWW"
This reverts commit b49c1740105dd3715315aa433674c95f44aaeac4.
We're making this obsolete instead.
Diffstat (limited to 'lisp/net/eww.el')
-rw-r--r-- | lisp/net/eww.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 0ee5ebff818..b7b2e089752 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -450,9 +450,6 @@ For more information, see Info node `(eww) Top'." ;; Don't mangle file: URLs at all. ((string-match-p "\\`ftp://" url) (user-error "FTP is not supported")) - ((string-match-p "\\`about:" url) - ;; Treat this as an about: url. (bug#56885) - url) (t ;; Anything that starts with something that vaguely looks ;; like a protocol designator is interpreted as a full URL. |