-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unsupported regex for QQ blocked rules #3717
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Can it be merged? |
Apologies for the late response! We'll review and commit this shortly. |
Updates #3717. * commit 'ded9842cd7fbbae0c3a55cd1f468ade22cab0d97': Fix unsupported regex for QQ blocked rules
Thank you for your contribution and again, apologies. This will be available in the next beta, v0.108.0-b.5, as well as the next bugfix release, v0.107.6. |
You are welcome. and thank you for such an awesome project. |
Merge in DNS/adguard-home from qq-rule to master Updates #3717. Squashed commit of the following: commit 1e2d500 Merge: 7290a1c b16b1d1 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 23 14:14:10 2022 +0300 Merge branch 'master' into qq-rule commit 7290a1c Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Fri Mar 18 20:36:17 2022 +0300 filtering: fix qq regex legacy
Updates #3717. * commit 'ded9842cd7fbbae0c3a55cd1f468ade22cab0d97': Fix unsupported regex for QQ blocked rules
Merge in DNS/adguard-home from qq-rule to master Updates #3717. Squashed commit of the following: commit 1e2d500 Merge: 7290a1c b16b1d1 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Mar 23 14:14:10 2022 +0300 Merge branch 'master' into qq-rule commit 7290a1c Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Fri Mar 18 20:36:17 2022 +0300 filtering: fix qq regex legacy
The source rule uses regex that Golang doesn't support and is now changed to a normal rule.