From 8a103c07b0c43720d370190a1fcd04e82b679be6 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Thu, 16 Jan 2020 18:18:50 -0800 Subject: [PATCH] Remove pdfjs entry from the network-audit whitelist pdf.js was removed in brave/brave-browser#3846 and so this is no longer needed. --- build/lib/whitelistedUrlPrefixes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/lib/whitelistedUrlPrefixes.js b/build/lib/whitelistedUrlPrefixes.js index 117c1a8b3f57..70beaee02cf3 100644 --- a/build/lib/whitelistedUrlPrefixes.js +++ b/build/lib/whitelistedUrlPrefixes.js @@ -25,7 +25,6 @@ module.exports = [ 'https://publishers-staging.basicattentiontoken.org/', 'https://updates.bravesoftware.com/', // remove this once updates are moved to the prod environment 'https://ads-serve.bravesoftware.com/', // remove this once ads catalog moves to using prod - 'https://pdfjs.robwu.nl/logpdfjs', // allowed because it gets canceled in tracking protection 'https://publishers-distro.basicattentiontoken.org/', 'https://publishers-staging-distro.basicattentiontoken.org/', 'https://p3a.brave.com/',