Skip to content

Commit b13ce17

Browse files
Initial Android adsjs bundle
1 parent 089d908 commit b13ce17

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

injected/scripts/entry-points.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ const builds = {
3535
input: 'entry-points/android.js',
3636
output: ['../build/android/autofillPasswordImport.js'],
3737
},
38+
'android-adsjs': {
39+
input: 'entry-points/android.js',
40+
output: ['../build/android/adsjs.js'],
41+
},
3842
windows: {
3943
input: 'entry-points/windows.js',
4044
output: ['../build/windows/contentScope.js'],

injected/src/features.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ export const platformSupport = {
4949
android: [...baseFeatures, 'webCompat', 'breakageReporting', 'duckPlayer', 'messageBridge'],
5050
'android-broker-protection': ['brokerProtection'],
5151
'android-autofill-password-import': ['autofillPasswordImport'],
52+
'android-adsjs': [
53+
'webCompat',
54+
'fingerprintingHardware',
55+
'fingerprintingScreenSize',
56+
'fingerprintingTemporaryStorage',
57+
'fingerprintingAudio',
58+
'fingerprintingBattery',
59+
'gpc'
60+
],
5261
windows: [
5362
'cookie',
5463
...baseFeatures,

0 commit comments

Comments
 (0)