crossutility / Quantumult-X

2.74k stars 278 forks source link

Rewrite of type 302 is not working after iPad system update #105

Closed NotoOotori closed 2 years ago

NotoOotori commented 2 years ago

I have a rewrite of type 302 to match ^http://(www.)?google.cn and to redirect to https://www.google.com. It was working but it doesn't work anymore since I installed the latest iPadOS 15.4.1 software update. I've tried to change http in the regex to https, but it still doesn't work. Some screenshots are provided below. Any help is appreciated, and please tell me if any further information is needed.


  1. Safari Screenshot EF2BEFD0-A137-4866-B398-4CC844AAA8B3
  2. Activity 2DE30BCA-B2DC-4D1F-BB79-2C2D28EA64F7 D97061AA-120E-49DF-B1C7-C742B043F3C5
  3. Rewrite item 2996A27C-7A71-4A4A-A32E-9EDA010C1573
  4. Rewrite is enabled 213AF0E7-DE60-43B6-BDA8-F96A8D74F0DA
KOP-XIAO commented 2 years ago

添加hostname *google.com。更新系统后强制https

NotoOotori commented 2 years ago

添加hostname *google.com。更新系统后强制https

非常感谢!在 [mitm] 中添加了 hostname = *.google.cn 之后问题解决了!