Skip to content

Commit e3c2645

Browse files
web: Don't run extension on DHL domains
The .dhl domain is registered to DHL (https://www.dhl.com/de-en/home/nic/registration-policy-nic/attachment-1-nic.html): see an example at https://mydhl.express.dhl/as/en/home.html Also see https://www.dhl.com/ and https://www.dhl.de/
1 parent a45c576 commit e3c2645

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/packages/extension/manifest.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"https://*.duosecurity.com/*", // See https://github.com/ruffle-rs/ruffle/pull/18299
2727
"https://*.tiktok.com/*", // See https://github.com/ruffle-rs/ruffle/pull/20250
2828
"https://kick.com/*", // See https://github.com/ruffle-rs/ruffle/issues/21708
29+
"https://*.dhl.com/*", // See https://github.com/ruffle-rs/ruffle/issues/23325
30+
"https://*.dhl.de/*", // See https://github.com/ruffle-rs/ruffle/issues/23325
31+
"https://*.*.dhl/*", // See https://github.com/ruffle-rs/ruffle/issues/23325
2932
],
3033
"js": ["dist/content.js"],
3134
"all_frames": true,

0 commit comments

Comments
 (0)