From 1b649fd00a892c5e38082cda5b4556c6ba4b49bd Mon Sep 17 00:00:00 2001 From: Cat Ball <43632885+catleeball@users.noreply.github.com> Date: Fri, 28 Apr 2023 04:07:12 -0700 Subject: [PATCH] Fix/149541 Update URLs in Github templates (#149542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix #149538 simpleanalyticscdn.com Add two domains to tracker blocklist: - simpleanalyticscdn.com - simpleanalyticsexternal.com Tested as custom filtering rules for a few months, they appear to work without any issues. Domains are based on Simple Analytics documentation and network observations. - https://docs.simpleanalytics.com/script - https://docs.simpleanalytics.com/bypass-ad-blockers * Fix #149541 Update reporting tool URL in Github templates * Update SpywareFilter/sections/tracking_servers.txt Co-authored-by: krystian3w <35370833+krystian3w@users.noreply.github.com> * Update SpywareFilter/sections/tracking_servers.txt Co-authored-by: krystian3w <35370833+krystian3w@users.noreply.github.com> --------- Co-authored-by: Cat Lee Ball πŸŽΆπŸŽ·πŸ€ Co-authored-by: krystian3w <35370833+krystian3w@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report_NSFW.yml | 2 +- .github/pull_request_template.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 87466806144..21f7c9a171e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,7 +7,7 @@ body: label: Prerequisites description: | To avoid invalid reports, please check and confirm following checkboxes. - It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/en/technical-support/reporting-tool) instead of creating an issue on GitHub. + It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/technical-support/reporting-tool) instead of creating an issue on GitHub. options: - label: This site DOES NOT contain sexually explicit material, otherwise use [NSFW-specific form](./new?template=bug_report_NSFW.yml); required: true diff --git a/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml b/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml index c1614a2827e..0b0a37e1452 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml @@ -7,7 +7,7 @@ body: label: Prerequisites description: | To avoid invalid reports, please check and confirm following checkboxes. - It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/en/technical-support/reporting-tool) instead of creating an issue on GitHub. + It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/technical-support/reporting-tool) instead of creating an issue on GitHub. options: - label: Filters were updated before reproducing an issue; required: true diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9cd21093580..f586fd85efb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ > Please include a summary of the change and which issue is fixed\ > If the related issue does not exist in our repository, please create it before making pull request\ -> It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/en/technical-support/reporting-tool) instead of creating an issue on GitHub directly\ +> It is highly recommended to use our [Web Reporting Tool](https://kb.adguard.com/technical-support/reporting-tool) instead of creating an issue on GitHub directly\ > Please note, that we verify every pull request manually, so it may take time to apply it ## Prerequisites