Allows matching URLs from Taiwanese Shopee site

Problem Description

  • Expected URL: https://shopee.tw/0-i.73984860.22564564889
  • Actual URL: https://shopee.tw/0-i.73984860.22564564889?sp_atk=f9493650-d8e2-41c8-9ce2-493cae8380fa&xptdk=f9493650-d8e2-41c8-9ce2-493cae8380fa

Issue

Tracking parameters sp_atk and xptdk are not being stripped from Taiwan (.tw) Shopee domain URLs.

Proposed Changes

  • Update URL pattern regex to support .tw domain
  • Verify URL parameter stripping mechanism works for Taiwanese Shopee URLs

Expected Outcome

Clean URL without tracking parameters

Merge request reports

Loading