omegafox/.gitignore
daijro a8e0855639 [Closed] feat: Canvas anti-fingerprinting beta.19
Added undetectable Canvas shape & line fingerprint rotation by modifying the Skia rendering pipeline. This bypasses all known Canvas pixel integrity tests.

Note: Due to this repository being monitored, the source for this patch is closed. All GitHub releases will still have this patch included in it. However, this patch will not be included in local builds of Camoufox.
2024-12-09 02:47:32 -06:00

42 lines
418 B
Text

# Local builds
/camoufox-*
/firefox-*
/mozilla-unified
dist/
bin/
launch
launch.exe
# Internal testing
/extra-docs
pythonlib/test*
jsonvv/test*
/.vscode
/bundle/fonts/extra
pythonlib/*.png
scripts/*.png
scripts/test*
.vscode
/tests/*.disabled
k8s/
# Old data
_old/
_old_*/
*.old
# Logs
wget-log
*.kate-swp
*.log
# Python interface
venv/
__pycache__/
*.pyc
*.mmdb
# Closed source patches
private
.passwd
closedsrc