File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export async function bundle(params) {
26
26
const trackerLookupData = readFileSync ( '../build/tracker-lookup.json' , 'utf8' ) ;
27
27
trackerLookup = trackerLookupData ;
28
28
}
29
- const suffixMessage = platform === 'firefox' ? `/*# sourceURL=duckduckgo-privacy-protection.js?scope=${ name } */` : '' ;
30
29
const loadFeaturesPlugin = loadFeatures ( platform , featureNames ) ;
31
30
// The code is using a global, that we define here which means once tree shaken we get a browser specific output.
32
31
@@ -50,9 +49,6 @@ export async function bundle(params) {
50
49
'import.meta.trackerLookup' : trackerLookup ,
51
50
} ,
52
51
plugins : [ loadFeaturesPlugin ] ,
53
- footer : {
54
- js : suffixMessage ,
55
- } ,
56
52
banner : {
57
53
js : prefixMessage ,
58
54
} ,
You can’t perform that action at this time.
0 commit comments