Skip to content
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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www.1clickurl.com - see bug description #8678

Closed
wellington1993 opened this issue Aug 4, 2017 · 5 comments
Closed

www.1clickurl.com - see bug description #8678

wellington1993 opened this issue Aug 4, 2017 · 5 comments

Comments

@wellington1993
Copy link

URL: http://www.1clickurl.com/

Browser / Version: Firefox 56.0
Operating System: Ubuntu
Tested Another Browser: Yes

Problem type: Something else
Description: Loop with jquery.lazyload and slow page
Steps to Reproduce:

  1. Open page
  2. Wait
  3. See browser console
  4. Many messages of jquery.lazyload loop
  5. Browser error related to load:
    http://www.1clickurl.com/jquery_lazyload-master/jquery.lazyload.js

Details:

10:59:38.330 GET
http://www.1clickurl.com/jquery_lazyload-master/jquery.lazyload.js
[HTTP/1.0 302 Moved Temporarily 442ms]

10:59:38.785 GET
http://www.1clickurl.com/jquery_lazyload-master/jquery.lazyload.js
[HTTP/1.0 302 Moved Temporarily 550ms]

Many load of jquery.lazyload ....

10:59:39.858
TypeError: $(...).lazyload is not a function


Same with chrome:

11:03:39.610 (index):204 Uncaught TypeError: $(...).lazyload is not a function
at (index):204
(anonymous) @ (index):204
11:03:39.680

Screenshot Description

From webcompat.com with ❤️

@karlcow
Copy link
Member

karlcow commented Aug 7, 2017

Confirmed.

Screenshot Description

@karlcow
Copy link
Member

karlcow commented Aug 7, 2017

Oh interesting… to confirm, but it seems the empty Location: creates an infinite loop
http://www.1clickurl.com/css/bootstrap.min.css.map

HTTP/1.1 302 Found
Server: nginx
Date: Mon, 07 Aug 2017 04:25:51 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Connection: keep-alive
Keep-Alive: timeout=60
X-Powered-By: PHP/5.4.45
Location:

It seems to try 21 times and is given up.

Duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1387938

@karlcow
Copy link
Member

karlcow commented Aug 7, 2017

Same thing is happening for the jquery.lazyload.js url

HTTP/1.1 302 Found
Server: nginx
Date: Mon, 07 Aug 2017 04:40:15 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Connection: keep-alive
Keep-Alive: timeout=60
X-Powered-By: PHP/5.4.45
Location:

@karlcow
Copy link
Member

karlcow commented Aug 7, 2017

With whois -h whois.godaddy.com 1clickurl.com
we can find a person name. Maybe @wellington1993 you can ask the person to not send an empty Location: header. Probably a misconfiguration of nginx.

@wellington1993
Copy link
Author

Thanks in a lot @karlcow
I will try to contact the site owner.

They has a browser addon for firefox.
And I Following the bug at bugzilla.

👍

@karlcow karlcow added this to the duplicate milestone Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants