amate / Proxydomo

ローカルで動作するプロクシフィルタリングソフトです
http://www31.atwiki.jp/lafe/pages/37.html
GNU General Public License v2.0
74 stars 12 forks source link

$JUMP local.ptron #60

Closed K1GP closed 5 years ago

K1GP commented 5 years ago

$JUMP local.ptron won't change the location.href

[HTTP headers] Key = "URL: Redirect" In = FALSE Out = TRUE Version = "" Author = "" Comment = "" Active = TRUE Multi = FALSE URL = "" Bounds = "" Limit = 256 Match = "http://www.teamliquid.net" Replace = "$JUMP(http://local.ptron/index.html)"

index.html copy from blocklistinfo\

nhantrn commented 5 years ago

Mostly likely Windows cached the dns and automatically reroute it to the https:// version so that's why it didn't get matched. Do a ipconfig /flushdns in the command prompt to clear it and it'll work.

Or just change your match to: Match = "http(s|)://www.teamliquid.net"

K1GP commented 5 years ago

sorry i didn't explain it clearly. the problem is this filter did work, index.html loaded but the window.location.href and the Githubissues.

  • Githubissues is a development platform for aggregating issues.