Commit eecd2d5
committed
fix: root domain match should not skip explicit navigation requests
Root domain matching in _navigateToUrl was incorrectly skipping
navigation when user explicitly requests a different subdomain URL
(e.g. mp.csdn.net when on www.csdn.net). Root domain matching should
only prevent creating duplicate tabs, not block navigation.1 parent db114fa commit eecd2d5
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | 275 | | |
280 | | - | |
| 276 | + | |
281 | 277 | | |
282 | 278 | | |
283 | 279 | | |
| |||
0 commit comments