XXLuigiMario

Fix iTunes (Charles Proxy)

Dec 14th, 2020 (edited)
1,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.97 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <?charles serialisation-version='2.0' ?>
  3. <rewriteSet-array>
  4.   <rewriteSet>
  5.     <active>true</active>
  6.     <name>Fix iTunes</name>
  7.     <hosts>
  8.       <locationPatterns>
  9.         <locationMatch>
  10.           <location>
  11.             <host>p14-buy.itunes.apple.com</host>
  12.           </location>
  13.           <enabled>true</enabled>
  14.         </locationMatch>
  15.         <locationMatch>
  16.           <location>
  17.             <host>p8-buy.itunes.apple.com</host>
  18.           </location>
  19.           <enabled>true</enabled>
  20.         </locationMatch>
  21.         <locationMatch>
  22.           <location>
  23.             <host>se.itunes.apple.com</host>
  24.           </location>
  25.           <enabled>true</enabled>
  26.         </locationMatch>
  27.         <locationMatch>
  28.           <location>
  29.             <host>se-edge.itunes.apple.com</host>
  30.           </location>
  31.           <enabled>true</enabled>
  32.         </locationMatch>
  33.         <locationMatch>
  34.           <location>
  35.             <host>pd.itunes.apple.com</host>
  36.           </location>
  37.           <enabled>true</enabled>
  38.         </locationMatch>
  39.       </locationPatterns>
  40.     </hosts>
  41.     <rules>
  42.       <rewriteRule>
  43.         <active>true</active>
  44.         <ruleType>3</ruleType>
  45.         <matchHeader>User-Agent</matchHeader>
  46.         <matchValue></matchValue>
  47.         <matchHeaderRegex>false</matchHeaderRegex>
  48.         <matchValueRegex>false</matchValueRegex>
  49.         <matchRequest>true</matchRequest>
  50.         <matchResponse>false</matchResponse>
  51.         <newHeader></newHeader>
  52.         <newValue>iTunes/12.6.5 (Windows; Microsoft Windows 7 x64 Ultimate Edition Service Pack 1 (Build 7601); x64) AppleWebKit/7605.1033.1002.2</newValue>
  53.         <newHeaderRegex>false</newHeaderRegex>
  54.         <newValueRegex>false</newValueRegex>
  55.         <matchWholeValue>false</matchWholeValue>
  56.         <caseSensitive>false</caseSensitive>
  57.         <replaceType>2</replaceType>
  58.       </rewriteRule>
  59.     </rules>
  60.   </rewriteSet>
  61. </rewriteSet-array>
Add Comment
Please, Sign In to add comment