View Single Post
  #6  
Old 05.04.2019, 19:58
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by Jiaz View Post
But it seems auto-learn fails for this
It works fine Jiaz.

Code:
[{
  "enabled" : true,
  "cookies" : null,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 0,
  "id" : 1554468511187,
  "name" : "Learned file extension: xpt",
  "pattern" : "(?i)https?://.*\\.xpt($|\\?.*$)",
  "rule" : "DIRECTHTTP",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : null,
  "rewriteReplaceWith" : null
}]
Reply With Quote