Skip to content

Commit de28d73

Browse files
committed
docs: refine fingerprint protection terminology and correct language
1 parent 6e04c0c commit de28d73

18 files changed

Lines changed: 49 additions & 49 deletions

File tree

ADVANCED_FEATURES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ BotBrowser’s capabilities support multiple research applications in authorized
554554

555555
**Authorized Environments Only:**
556556
- University and institutional research projects
557-
- Controlled security testing environments
557+
- Controlled privacy research environments
558558
- Systems you own or have explicit permission to test
559559

560560
**Prohibited Uses:**

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ Example:
11811181
### Major Update
11821182
- **GPU Emulation on Headless Servers:** Introduced full emulation of GPU-related fingerprints on devices without dedicated GPUs. This allows **VPS servers (Linux, Windows)** without GPUs to accurately simulate GPU information, including `navigator.gpu`, `GPUAdapter`, `GPUAdapterInfo`, `GPUDevice`, `WebGLRenderingContext`, and `WebGL2RenderingContext`. This significantly reduces GPU rental costs while supporting GPU-sensitive testing systems, such as the latest **hCaptcha** environments, which validate `navigator.gpu`.
11831183
1184-
*These GPU emulation capabilities are for authorized academic benchmarking only, not intended for use against production services.*
1184+
*These GPU emulation capabilities are for authorized fingerprint protection and privacy research only, not intended for use against production services.*
11851185
11861186
### Added
11871187
- **GPUAdapterInfo and WGSLLanguageFeatures Tracking:** Added support for tracking **GPUAdapterInfo** and **WGSLLanguageFeatures**, ensuring comprehensive GPU-related data coverage.
@@ -1302,7 +1302,7 @@ Example:
13021302
- Resolved **CDM issue**, enhancing browser environment security.
13031303
13041304
### Added
1305-
- Successfully resolved **[Fake Vision](https://fv.pro)** compatibility issues, enhancing academic testing environment capabilities. [Test Code](tests/tests/antibots/fvpro.spec.ts), [▶️ Test Result (fv.pro)](https://botswin.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/botswin/BotBrowser/main/tests/test-results/fvpro-test-fv-pro-BotBrowser-antibots/video.webm)
1305+
- Successfully resolved **[Fake Vision](https://fv.pro)** compatibility issues, enhancing fingerprint protection validation capabilities. [Test Code](tests/tests/antibots/fvpro.spec.ts), [▶️ Test Result (fv.pro)](https://botswin.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/botswin/BotBrowser/main/tests/test-results/fvpro-test-fv-pro-BotBrowser-antibots/video.webm)
13061306
13071307
---
13081308

CLI_FLAGS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BotBrowser CLI Flags Reference
22

3-
For Academic and Authorized Testing Environments.
3+
For Fingerprint Protection and Privacy Research.
44

55
This document explains BotBrowser's CLI configuration system. These flags extend Chromium and provide runtime control over fingerprints to prevent tracking system collection without modifying profile files. For terms of use, see the [Legal Disclaimer](DISCLAIMER.md) and [Responsible Use Guidelines](RESPONSIBLE_USE.md).
66

@@ -59,7 +59,7 @@ Specify a directory containing multiple `.enc` profile files. BotBrowser will ra
5959
### Enhanced `--proxy-server` with Embedded Credentials
6060
BotBrowser extends the standard `--proxy-server` flag to accept embedded credentials in the URL.
6161

62-
⚠️ **Important**: For authorized network testing only. Do not use for unauthorized data collection.
62+
⚠️ **Important**: For authorized privacy research and fingerprint protection only. Do not use for unauthorized data collection.
6363

6464
```bash
6565
# HTTP/HTTPS proxy with credentials

DISCLAIMER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BotBrowser is a **privacy protection technology** designed to prevent fingerprin
1515

1616
## AGE RESTRICTION
1717

18-
This software is intended for use by adults (18+) in professional, academic, or research settings. Minors may only use this software under direct supervision of qualified educators or researchers as part of authorized academic programs.
18+
This software is intended for use by adults (18+) in professional, privacy research, or research settings. Minors may only use this software under direct supervision of qualified educators or researchers as part of authorized privacy research programs.
1919

2020
## AUTHORIZED USE CASES
2121

@@ -39,7 +39,7 @@ To qualify as authorized use, ALL of the following must be true:
3939
3. **REQUIRED:** No real user data or credentials used
4040
4. **REQUIRED:** Compliance with all applicable laws and institutional policies
4141
5. **REQUIRED:** No violation of any terms of service
42-
6. **REQUIRED:** Results used solely for academic/research purposes
42+
6. **REQUIRED:** Results used solely for fingerprint protection and privacy research purposes
4343

4444
**If you cannot confirm ALL of the above, STOP and seek legal counsel.**
4545

VALIDATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Detection System Tests (200+ scenarios)
404404

405405
**Research Ethics:** This research contributes to web compatibility standards and fingerprint protection validation through controlled environment testing using publicly accessible interfaces only.
406406

407-
**GitHub Policy Compliance:** This repository is intended for academic research and is not designed for production use against third-party services without explicit authorization.
407+
**GitHub Policy Compliance:** This repository is intended for fingerprint protection and privacy research and is not designed for production use against third-party services without explicit authorization.
408408

409409
---
410410

console/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BotBrowserConsole
22

3-
BotBrowserConsole is the desktop companion to **[BotBrowser](https://github.com/botswin/BotBrowser)**. It simplifies privacy-focused fingerprint configuration and multi-profile management for academic study and professional workflows. It also supports API-based extensions for custom requirements in authorized labs.
3+
BotBrowserConsole is the desktop companion to **[BotBrowser](https://github.com/botswin/BotBrowser)**. It simplifies privacy-focused fingerprint configuration and multi-profile management for fingerprint protection and privacy research workflows. It also supports API-based extensions for custom requirements in authorized labs.
44

55
<img width="800" alt="image" src="https://github.com/user-attachments/assets/e9c0b656-83b0-4be5-986e-d4bc3c04b4b5">
66

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Deployment
22

3-
For Academic and Authorized Testing Environments. Refer to the project [Legal Disclaimer](../DISCLAIMER.md) and [Responsible Use Guidelines](../RESPONSIBLE_USE.md) when deploying containers.
3+
For Fingerprint Protection and Privacy Research. Refer to the project [Legal Disclaimer](../DISCLAIMER.md) and [Responsible Use Guidelines](../RESPONSIBLE_USE.md) when deploying containers.
44

55
This guide explains how to deploy BotBrowser using Docker and Docker Compose for authorized fingerprint protection validation.
66

@@ -83,7 +83,7 @@ docker-compose logs -f botbrowser
8383

8484
### Integration Examples
8585

86-
⚠️ Integration examples with Playwright and Puppeteer are for academic research only. Unauthorized scraping or production misuse is prohibited.
86+
⚠️ Integration examples with Playwright and Puppeteer are for fingerprint protection and privacy research only. Unauthorized scraping or production misuse is prohibited.
8787

8888
**Playwright**
8989

docker/cloudflare-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloudflare Compatibility Testing with Docker
22

3-
For Academic and Authorized Testing Environments. See the project [Legal Disclaimer](../../DISCLAIMER.md) and [Responsible Use Guidelines](../../RESPONSIBLE_USE.md) for usage boundaries.
3+
For Fingerprint Protection and Privacy Research. See the project [Legal Disclaimer](../../DISCLAIMER.md) and [Responsible Use Guidelines](../../RESPONSIBLE_USE.md) for usage boundaries.
44

55
## Project Overview
66

docker/virginaustralia_docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Virgin Australia Capture with Docker
22

3-
For Academic and Authorized Testing Environments. See the project [Legal Disclaimer](../../DISCLAIMER.md) and [Responsible Use Guidelines](../../RESPONSIBLE_USE.md) for usage boundaries.
3+
For Fingerprint Protection and Privacy Research. See the project [Legal Disclaimer](../../DISCLAIMER.md) and [Responsible Use Guidelines](../../RESPONSIBLE_USE.md) for usage boundaries.
44

55
## Project Overview
66

docker/wizzair-docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WizzAir Compatibility Testing with Docker
22

3-
For Academic and Authorized Testing Environments. See the project [Legal Disclaimer](../../DISCLAIMER.md) and [Responsible Use Guidelines](../../RESPONSIBLE_USE.md) for usage boundaries.
3+
For Fingerprint Protection and Privacy Research. See the project [Legal Disclaimer](../../DISCLAIMER.md) and [Responsible Use Guidelines](../../RESPONSIBLE_USE.md) for usage boundaries.
44

55
## Project Overview
66

@@ -9,7 +9,7 @@ This repository contains a Docker setup for validating fingerprint protection on
99
1. Launches BotBrowser in headless mode: **no XDISPLAY or GPU required**: while simulating a full desktop environment.
1010
2. Performs compatibility validation on WizzAir's interface over a date range.
1111
3. Analyzes API responses for compatibility assessment.
12-
4. Saves analysis data to `flight_data/` and screenshots to `screenshots/` for academic review.
12+
4. Saves analysis data to `flight_data/` and screenshots to `screenshots/` for privacy research review.
1313
5. The target site is protected by **Kasada**, and this workflow demonstrates how BotBrowser prevents fingerprint collection in real-world tracking scenarios.
1414

1515
---
@@ -24,7 +24,7 @@ This repository contains a Docker setup for validating fingerprint protection on
2424
├── requirements.txt
2525
├── profile/ # Place your .enc profile here
2626
├── flight_data/ # Analysis data output per date
27-
└── screenshots/ # Screenshots for academic review
27+
└── screenshots/ # Screenshots for privacy research review
2828
```
2929

3030
> **Tip:** Review `Dockerfile` and `docker-compose.yml` for configuration options.

0 commit comments

Comments
 (0)