Missing min.js, automatically googles hotlinking
See original GitHub issueBug 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:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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!