google / android-classyshark

Android and Java bytecode viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error "The page isn’t redirecting properly" while opening http://classyshark.com/ in Firefox 56 and Chromium 61 for Linux

alibitek opened this issue · comments

I get

The page isn’t redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

This problem can sometimes be caused by disabling or refusing to accept cookies.

and

This page isn't working
classyshark.com redirected you too many times.
Try clearing your cookies.
ERR_TO_MANY_REDIRECTS

while trying to access the URL posted in the project's description: http://classyshark.com/

I could reproduce it using Firefox 56.0.1-1 and Chromium Linux 61.0.3163.100 on ArchLinux x86_64

The problem seems to be a DNS misconfiguration:
classyshark.com redirects to www.classyshark.com
and www.classyshark.com redirects to classyshark.com

For some reason in Chromium only sometimes I can reproduce it, in Firefox everytime, even in private window.
Will try to clear cookies and retry.

screenshot_20171009_235035
screenshot_20171009_234824
screenshot_20171009_235550

Seems to also be related to HTTPS Everywhere extension. Even though in Chromium I didn't have it installed and could reproduce the issue.