New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
arkenfox blocks HTML Meta refresh [solved: no it doesn't - check your VPN/proxy] #1782
Comments
The setting would be Your STR reads as follow to me: "I made sure it is caused by AF", "I assume the issue is not following the meta-refresh". Can you step back and make sure that the first request gets send and a meta-refresh responds cames back. Using the Network tap in the devtools. |
Any ideas on how to debug what could be blocking the response. Works fine on non-arkenfox profile, other browsers and curl. |
Worked it out, was related to VPN proxy config. Disconnecting the SOCKs proxy to Mullvad fixed the issue. Closing. |
馃煡 https://github.com/arkenfox/user.js/wiki/5.2-Troubleshooting
maywill be closed as invalid馃煪 REQUIRED INFO
The OpenWRT admin page Luci uses the HTML Meta refresh to redirect requests from http://192.168.1.1 to http://192.168.1.1/cgi-bin/luci/. Here is the response:
The response uses
http-equiv
withcontent=0
to immediately refresh the page with the urlURL=cgi-bin/luci/
. However, refresh doesn't happen and the admin page doesn't load. I have not been able to identify the setting that blocks this behavior, any ideas what that setting might be?The text was updated successfully, but these errors were encountered: