Add Protect from DPI to issue template (#125155)

This commit is contained in:
Pavel Moiseenko
2022-08-04 14:18:38 +03:00
committed by GitHub
parent ccde1e330d
commit 259c1b7795
2 changed files with 14 additions and 10 deletions

View File

@@ -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

View File

@@ -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