Skip to content

Commit 954f504

Browse files
committed
remove suffix
1 parent 0012155 commit 954f504

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

injected/scripts/utils/build.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export async function bundle(params) {
2626
const trackerLookupData = readFileSync('../build/tracker-lookup.json', 'utf8');
2727
trackerLookup = trackerLookupData;
2828
}
29-
const suffixMessage = platform === 'firefox' ? `/*# sourceURL=duckduckgo-privacy-protection.js?scope=${name} */` : '';
3029
const loadFeaturesPlugin = loadFeatures(platform, featureNames);
3130
// The code is using a global, that we define here which means once tree shaken we get a browser specific output.
3231

@@ -50,9 +49,6 @@ export async function bundle(params) {
5049
'import.meta.trackerLookup': trackerLookup,
5150
},
5251
plugins: [loadFeaturesPlugin],
53-
footer: {
54-
js: suffixMessage,
55-
},
5652
banner: {
5753
js: prefixMessage,
5854
},

0 commit comments

Comments
 (0)