mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Domains that begin with https cannot be blocked #3578
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#3578
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@EugeneOne1 commented on GitHub (Mar 25, 2022):
@cyouhi, hello.
https://us.l.qq.com/exappis not a domain actually, the onlyus.l.qq.compart is. If it worked?@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://
@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:
@cyouhi commented on GitHub (Mar 29, 2022):
Thanks, I tried to use it.
It works.