Skip to content

Commit 90c3ef8

Browse files
n0samudanielhjacobs
authored andcommitted
web: Fix incorrect match rule for DHL exclusion
Fixup for #23332 - the extension currently fails to install in Chrome/Chromium. mydhl.express.dhl seems to be the only DHL site that actually uses the .dhl TLD (express.dhl just redirects to mydhl.express.dhl).
1 parent e3c2645 commit 90c3ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/packages/extension/manifest.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"https://kick.com/*", // See https://github.com/ruffle-rs/ruffle/issues/21708
2929
"https://*.dhl.com/*", // See https://github.com/ruffle-rs/ruffle/issues/23325
3030
"https://*.dhl.de/*", // See https://github.com/ruffle-rs/ruffle/issues/23325
31-
"https://*.*.dhl/*", // See https://github.com/ruffle-rs/ruffle/issues/23325
31+
"https://mydhl.express.dhl/*", // See https://github.com/ruffle-rs/ruffle/issues/23325
3232
],
3333
"js": ["dist/content.js"],
3434
"all_frames": true,

0 commit comments

Comments
 (0)