| Index: lib/abp2blocklist.js |
| diff --git a/lib/abp2blocklist.js b/lib/abp2blocklist.js |
| index aa074f5acfaac19b5552a72d8b942b66198441a9..0309dd21bc22fce2d68f896028bfba32c5d2715a 100644 |
| --- a/lib/abp2blocklist.js |
| +++ b/lib/abp2blocklist.js |
| @@ -153,7 +153,7 @@ function parseFilterRegexpSource(text) |
| { |
| hostnameStart = i + 1; |
| canSafelyMatchAsLowercase = true; |
| - regexp.push("https?://"); |
| + regexp.push("https?://([^/]+\\.)?"); |
| break; |
| } |
| regexp.push("\\|"); |