Skip to content

Commit 3419e29

Browse files
committed
Reverting non-isolated mode
1 parent fb7e230 commit 3419e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/src/features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const otherFeatures = /** @type {const} */ ([
3434
/** @type {Record<string, FeatureName[]>} */
3535
export const platformSupport = {
3636
apple: ['webCompat', ...baseFeatures],
37-
'apple-isolated': ['duckPlayerNative', 'brokerProtection', 'performanceMetrics', 'clickToLoad', 'messageBridge', 'favicon'],
37+
'apple-isolated': ['duckPlayer', 'duckPlayerNative', 'brokerProtection', 'performanceMetrics', 'clickToLoad', 'messageBridge', 'favicon'],
3838
android: [...baseFeatures, 'webCompat', 'breakageReporting', 'duckPlayer', 'messageBridge'],
3939
'android-broker-protection': ['brokerProtection'],
4040
'android-autofill-password-import': ['autofillPasswordImport'],

0 commit comments

Comments
 (0)