summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-browse.el
diff options
context:
space:
mode:
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 ()