mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-07 08:35:12 +02:00
The companion Firefox source-fork repo was renamed today from feder-cr/invisible-firefox to feder-cr/invisible_firefox so the two canonical project repos share the same underscore naming (invisible_playwright + invisible_firefox). GitHub redirects clones of the old URL transparently, so anyone with an existing clone keeps working without changes. New clones go through the underscore URL directly. This commit updates all in-repo references (README, CHANGELOG, CONTRIBUTING, SECURITY, ISSUE_TEMPLATE/config.yml) to the new name. No code, no version bump, no behavior change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
718 B
YAML
11 lines
718 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Security vulnerability
|
|
url: https://github.com/feder-cr/invisible_playwright/security/advisories/new
|
|
about: Report a security issue privately. Do NOT open a public issue.
|
|
- name: Bug in the patched Firefox source (C++, IDL, Juggler JS)
|
|
url: https://github.com/feder-cr/invisible_firefox/issues
|
|
about: Source-level patches in the Firefox fork go in the invisible_firefox repo. Detection results (FpJS, CreepJS, etc.) use the stealth detection template here.
|
|
- name: Question or general discussion
|
|
url: https://github.com/feder-cr/invisible_playwright/discussions
|
|
about: Usage questions, ideas, chat. Bugs and features still go in issues.
|