Kodi Community Forum
Posting of scripts - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Website and Forum Issues or Suggestions (https://forum.kodi.tv/forumdisplay.php?fid=35)
+--- Thread: Posting of scripts (/showthread.php?tid=261977)



Posting of scripts - DarrenHill - 2016-02-27

Just a quick heads up that the new CloudFlare security measures against DDOS attacks also seen to be preventing paying off scripts here in posts. I tried to post a python script earlier and it triggered a CloudFlare blocking.


RE: Posting of scripts - Ned Scott - 2016-02-27

Can you post an example to pastebin? I want to see if it happens with the wiki as well.


RE: Posting of scripts - DarrenHill - 2016-02-27

http://pastebin.com/523BNxDN

I've let Keith know, but he's traveling at the moment.


RE: Posting of scripts - Ned Scott - 2016-02-27

Yep, blocks the wiki as well :(


RE: Posting of scripts - DarrenHill - 2016-02-27

I'll add it to the message.


RE: Posting of scripts - keith - 2016-02-27

I've added an exception to that rule on both wiki and forum, so it should work.

For future ref, issues like this will come up (until we've tuned cloudflare) since it has a web application firewall that protects us against attacks, but also some legit content.

This was SQLi probing for example.

If you do have this problem again, code snippets like this are great, otherwise you can just give me the IP and exact date/time you tried to do whatever caused the blocking and I can look through the logs and do an exception.


RE: Posting of scripts - Ned Scott - 2016-02-27

Thanks keith!


RE: Posting of scripts - DarrenHill - 2016-02-27

Confirmed - I've added the script into the post as a test and it worked fine.

Thanks Keith.