diff options
Diffstat (limited to '')
-rw-r--r-- | .github/ISSUE_TEMPLATE/broken-site-report.md | 19 | ||||
-rw-r--r-- | .github/SECURITY.md | 5 |
2 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/broken-site-report.md b/.github/ISSUE_TEMPLATE/broken-site-report.md new file mode 100644 index 0000000..ade57fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/broken-site-report.md @@ -0,0 +1,19 @@ +--- +name: Report a broken site +about: Is Privacy Badger breaking something somewhere? We'd like to get it fixed! + +--- + +#### What is your browser and browser version? + +#### What is broken and where? + +#### What is the "culprit" domain? +Please follow the debug instructions to identify which domain breaks stuff when blocked: +https://github.com/EFForg/privacybadger/wiki/Find-out-why-Privacy-Badger-is-blocking-a-domain + +#### What is your debug output for this domain? +To get the debug output, please see the instructions link above. +``` +Paste debug output here. +``` diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..79d2be9 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +## Reporting a Vulnerability + +Security vulnerabilities can be reported privately to vulnerabilities@eff.org. Please see our [Security Vulnerability Disclosure Program](https://www.eff.org/security) for the GPG key and more information. |