question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing min.js, automatically googles hotlinking

See original GitHub issue

Bug Reports

https://fullcalendar.io/js/fullcalendar-3.4.0/fullcalendar.min.js needs a check,

it automatically googles hotlinking since the only line in the file is

window.location.href = "https://www.google.com/search?q=hotlinking";

Had to revert to older version (3.3.1) to fix the problem.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lesilentcommented, Jul 31, 2017

Why are you guys hotlinking to that url instead of this url?

https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.4.0/fullcalendar.min.js

0reactions
arshawcommented, Aug 4, 2017

To explain why this is now happening: some sites were using serious bandwidth requesting JS/CSS files from fullcalendar.io. I am now forbidding hotlinking to cut this down.

Solution: just use the CDN (see “CDNJS” on https://fullcalendar.io/download/)

Now, when a non-fullcalendar.io referrer requests a static file fullcalendar.io, they will get a 403 forbidden page with instructions to the CDN. Unfortunately, Chrome inspector does not show the contents of request. I’m spending too much time on this issue however, so will leave as-is. Simply don’t hotlink!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Prevent Hotlinking in WordPress (7 Easy Methods)
Hotlink protection has no impact on crawling, but it will prevent the images from being displayed on sites such as Google images, Pinterest,...
Read more >
You shouldn't hotlink someone else's JavaScript | Hacker News
Hotlinking javascript is an excellent way to allow someone else to pull all kinds of tricks with your visitors and your image.
Read more >
Is there a version of jQuery somewhere that I can hotlink to ...
Yes, it's available on Google's CDN. Everything you need is here: http://code.google.com/apis/libraries/. You can link directly to the ...
Read more >
Instagram could not post my image, because my ... - Blog2Social
The error message: „Your image could not be posted” can be caused by multiple reasons. For example: Meta Tags: It could be caused...
Read more >
Blocking Image Hotlinking, Leeching and Evil Sploggers with ...
I recently discovered that a blog called (seriously) 'Google Chrome Browser' ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found