brave-real-playwright-core 1.56.0 → 1.56.1-patch.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/advanced-stealth.js +1 -1
- package/lib/server/chromium/crBrowser.js +2 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# 🦁 brave-real-playwright-core v1.56.
|
|
1
|
+
# 🦁 brave-real-playwright-core v1.56.1-patch.1
|
|
2
2
|
|
|
3
|
-
**Based on Playwright Core v1.56.
|
|
3
|
+
**Based on Playwright Core v1.56.1**
|
|
4
4
|
|
|
5
5
|
**Brave Real-World Optimized Playwright Core with comprehensive stealth patches**
|
|
6
6
|
|
|
7
|
-
This is a pre-patched version of **Playwright Core v1.56.
|
|
7
|
+
This is a pre-patched version of **Playwright Core v1.56.1** optimized for maximum stealth when using Brave browser.
|
|
8
8
|
|
|
9
9
|
## ✨ Features
|
|
10
10
|
|
|
@@ -46,9 +46,9 @@ await page.goto('https://bot-detector.rebrowser.net/');
|
|
|
46
46
|
|
|
47
47
|
## 📦 Based On
|
|
48
48
|
|
|
49
|
-
- **playwright-core**: v1.56.
|
|
49
|
+
- **playwright-core**: v1.56.1
|
|
50
50
|
- **rebrowser-patches**: Latest stealth optimizations
|
|
51
|
-
- **Brave optimization**: v1.56.
|
|
51
|
+
- **Brave optimization**: v1.56.1-patch.1
|
|
52
52
|
|
|
53
53
|
## 🔗 Links
|
|
54
54
|
|
package/advanced-stealth.js
CHANGED
|
@@ -379,7 +379,8 @@ class CRBrowserContext extends import_browserContext.BrowserContext {
|
|
|
379
379
|
// chrome-specific permissions we have.
|
|
380
380
|
["midi-sysex", "midiSysex"],
|
|
381
381
|
["storage-access", "storageAccess"],
|
|
382
|
-
["local-fonts", "localFonts"]
|
|
382
|
+
["local-fonts", "localFonts"],
|
|
383
|
+
["local-network-access", "localNetworkAccess"]
|
|
383
384
|
]);
|
|
384
385
|
const filtered = permissions.map((permission) => {
|
|
385
386
|
const protocolPermission = webPermissionToProtocol.get(permission);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-playwright-core",
|
|
3
|
-
"version": "1.56.
|
|
4
|
-
"description": "Brave-optimized Playwright Core (v1.56.
|
|
3
|
+
"version": "1.56.1-patch.1",
|
|
4
|
+
"description": "Brave-optimized Playwright Core (v1.56.1) with comprehensive stealth patches and error stack sanitization",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"playwright",
|
|
7
7
|
"brave",
|
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
],
|
|
49
49
|
"brave": {
|
|
50
50
|
"optimized": true,
|
|
51
|
-
"version": "1.56.
|
|
51
|
+
"version": "1.56.1-patch.1",
|
|
52
52
|
"basedOn": {
|
|
53
|
-
"playwright-core": "1.56.
|
|
54
|
-
"patches-version": "1.56.
|
|
55
|
-
"release-info": "Brave Playwright v1.56.
|
|
53
|
+
"playwright-core": "1.56.1",
|
|
54
|
+
"patches-version": "1.56.1-patch.1",
|
|
55
|
+
"release-info": "Brave Playwright v1.56.1-patch.1 based on Playwright Core v1.56.1"
|
|
56
56
|
},
|
|
57
57
|
"versionInfo": {
|
|
58
|
-
"braveVersion": "1.56.
|
|
59
|
-
"playwrightVersion": "1.56.
|
|
60
|
-
"fullName": "Brave Playwright Core v1.56.
|
|
58
|
+
"braveVersion": "1.56.1-patch.1",
|
|
59
|
+
"playwrightVersion": "1.56.1",
|
|
60
|
+
"fullName": "Brave Playwright Core v1.56.1-patch.1 (Playwright 1.56.1)"
|
|
61
61
|
},
|
|
62
62
|
"features": [
|
|
63
63
|
"error-stack-sanitization",
|