Domains that begin with https cannot be blocked #3578

Closed
opened 2026-03-04 03:53:51 -05:00 by deekerman · 4 comments
Owner

Originally created by @cyouhi on GitHub (Mar 24, 2022).

version: v0.107.5
system: debian11
For example https://us.l.qq.com/exapp
Adding this domain name to the Custom filtering rules cannot be intercepted

Originally created by @cyouhi on GitHub (Mar 24, 2022). version: v0.107.5 system: debian11 For example https://us.l.qq.com/exapp Adding this domain name to the Custom filtering rules cannot be intercepted
deekerman 2026-03-04 03:53:51 -05:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@EugeneOne1 commented on GitHub (Mar 25, 2022):

@cyouhi, hello. https://us.l.qq.com/exapp is not a domain actually, the only us.l.qq.com part is. If it worked?

@EugeneOne1 commented on GitHub (Mar 25, 2022): @cyouhi, hello. `https://us.l.qq.com/exapp` is not a domain actually, the only `us.l.qq.com` part is. If it worked?
Author
Owner

@cyouhi commented on GitHub (Mar 27, 2022):

If it does not come with (https://) it works
However, in the Query Log, this domain name is https://
image

@cyouhi commented on GitHub (Mar 27, 2022): If it does not come with (https://) it works However, in the Query Log, this domain name is https:// ![image](https://user-images.githubusercontent.com/33261078/160309960-e07584ec-105b-4317-96e3-e5e95c0a6055.png)
Author
Owner

@EugeneOne1 commented on GitHub (Mar 29, 2022):

@cyouhi, well, these requests still aren't seem correct, we've also got a discussion (#3331) on the topic. The way to block such queries is to use a regular expression, for example:

/https:\/\/us\.l\.qq\.com\/exapp/
@EugeneOne1 commented on GitHub (Mar 29, 2022): @cyouhi, well, these requests still aren't seem correct, we've also got a discussion (#3331) on the topic. The way to block such queries is to use a regular expression, for example: ``` /https:\/\/us\.l\.qq\.com\/exapp/ ```
Author
Owner

@cyouhi commented on GitHub (Mar 29, 2022):

Thanks, I tried to use it.
It works.

@cyouhi commented on GitHub (Mar 29, 2022): Thanks, I tried to use it. It works.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AdGuardHome#3578
No description provided.