Skip to content

Commit b7ad984

Browse files
shakyShanegithub-actions[bot]
authored andcommitted
Release build 4.52.0 [ci release]
1 parent 25f6eea commit b7ad984

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+21742
-35
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ docs/
88
test-results/
99
playwright-report/
1010
Sources/ContentScopeScripts/dist/
11+
test-results

Sources/ContentScopeScripts/dist/contentScope.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,8 @@
533533
"duckPlayer",
534534
"harmfulApis",
535535
"webCompat",
536-
"windowsPermissionUsage"
536+
"windowsPermissionUsage",
537+
"brokerProtection"
537538
]
538539
);
539540
const platformSupport = {
@@ -542,7 +543,8 @@
542543
...baseFeatures
543544
],
544545
"apple-isolated": [
545-
"duckPlayer"
546+
"duckPlayer",
547+
"brokerProtection"
546548
],
547549
android: [
548550
...baseFeatures,
@@ -553,7 +555,8 @@
553555
"cookie",
554556
...baseFeatures,
555557
"windowsPermissionUsage",
556-
"duckPlayer"
558+
"duckPlayer",
559+
"brokerProtection"
557560
],
558561
firefox: [
559562
"cookie",

0 commit comments

Comments
 (0)