summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-browse.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-10-16 00:02:17 +0100
committerjao <jao@gnu.org>2025-10-16 00:02:35 +0100
commitfd1adebe99b9f8c80daa663410dfd02add94be02 (patch)
treefb1f78eb68ec2e3b7953af36ae25b453442dd91e /custom/jao-custom-browse.el
parentee0c0ddab506f33468d926b991e93723e3e102e2 (diff)
downloadelibs-fd1adebe99b9f8c80daa663410dfd02add94be02.tar.gz
elibs-fd1adebe99b9f8c80daa663410dfd02add94be02.tar.bz2
fixes for external url browsingmain
Diffstat (limited to 'custom/jao-custom-browse.el')
-rw-r--r--custom/jao-custom-browse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-browse.el b/custom/jao-custom-browse.el
index ba47df7..0f4ae65 100644
--- a/custom/jao-custom-browse.el
+++ b/custom/jao-custom-browse.el
@@ -149,7 +149,7 @@
"t.com" "linkedin.com" "bigml.com" "slack.com" "zoom.us"))
(defvar jao-browse--external-regexp
- (format "https?://.*%s\\(/.*\\)?"
+ (format "https?://\\(.+\\.\\)*%s\\(/.*\\)?"
(regexp-opt jao-browse-external-domains)))
(defun jao-wget--regexp ()