Skip to content

Commit c4d3f10

Browse files
committed
Apple Isolated only
1 parent 5a7088c commit c4d3f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

injected/src/features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const otherFeatures = /** @type {const} */ ([
3333
/** @typedef {baseFeatures[number]|otherFeatures[number]} FeatureName */
3434
/** @type {Record<string, FeatureName[]>} */
3535
export const platformSupport = {
36-
apple: ['webCompat', 'duckPlayerNative', ...baseFeatures],
36+
apple: ['webCompat', ...baseFeatures],
3737
'apple-isolated': [
3838
'duckPlayerNative',
3939
'brokerProtection',

injected/src/features/duckplayer-native/native-messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class DuckPlayerNativeMessages {
2727
// TODO: Replace with class if needed
2828
this.environment = {
2929
isIntegrationMode: function () {
30-
return true;
30+
return false;
3131
},
3232
};
3333
}

0 commit comments

Comments
 (0)