diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 50f008e243d..9d2a45a0ec1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -202,17 +202,19 @@ body: multiple: true options: - Hide your search queries - - Send Do-Not-Track header - - Remove X-Client-Data header from HTTP requests - - Self-destruction of first-party cookies + - Send Do-Not-Track signals - Self-destruction of third-party cookies + - Self-destruction of first-party cookies - Disable cache for third-party requests + - Block third-party Authorization header - Block WebRTC - Block Push API - Block Location API - - Hide your Referrer from third-parties (specify in comment below, if used custom value) + - Hide Referrer from third-parties (specify in comment below, if used custom value) - Hide your User-Agent (specify in comment below, if used custom value) - - Hide your IP address (specify in comment below, if used custom value) + - Mask your IP address (specify in comment below, if used custom value) + - Remove X-Client-Data header from HTTP requests + - Protect from DPI - type: textarea id: comments diff --git a/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml b/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml index 3104eff17d2..f4022f875d3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_NSFW.yml @@ -200,17 +200,19 @@ body: multiple: true options: - Hide your search queries - - Send Do-Not-Track header - - Remove X-Client-Data header from HTTP requests - - Self-destruction of first-party cookies + - Send Do-Not-Track signals - Self-destruction of third-party cookies + - Self-destruction of first-party cookies - Disable cache for third-party requests + - Block third-party Authorization header - Block WebRTC - Block Push API - Block Location API - - Hide your Referrer from third-parties (specify in comment below, if used custom value) + - Hide Referrer from third-parties (specify in comment below, if used custom value) - Hide your User-Agent (specify in comment below, if used custom value) - - Hide your IP address (specify in comment below, if used custom value) + - Mask your IP address (specify in comment below, if used custom value) + - Remove X-Client-Data header from HTTP requests + - Protect from DPI - type: textarea id: comments