zoukankan      html  css  js  c++  java
  • xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

    GitHub Ribbons : 谈网站的安全性-资源链接如何 预防/实现 爬虫的批量下载!

    预防方法:

    1. 使用随机数字符串,拼接URL!

    https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67
    

    2. 禁用下载权限!

    https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png
    

    (chrome

    1

    实现方法:

    1. Regular Expression 匹配(开头的域名/开头的域名+文件扩展名)

    regx = /^https://camo.githubusercontent.com/*$/

    str = /^https://s3.amazonaws.com/github/ribbons/*.png$/

    2. 禁用页面的JS!

    (firefox)

    1

    https://github.com/blog/273-github-ribbon

    With the rollout of GitHub Pages, why not show the world that you collaborate on GitHub? I’ve prepared these ribbons that you can overlay on your site by copying and pasting the appropriate snippet into your site’s HTML. Make sure to change the URL in the link to contain your username instead of “you”.

    See the ribbon in use at defunkt.github.com, pjhyett.github.com, and mojombo.github.com.

    If you’re not satisfied with one of the colors here, I’ve provided the PSD files (MIT licensed). Feel free to modify as you please. The font being used is Collegiate.


    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Fork me on GitHub

    Have feedback on this post? Let @github know on Twitter.

    Need help or found a bug? Contact us.

    1

    1

    1

    1

     
  • 相关阅读:
    无废话Android之smartimageview使用、android多线程下载、显式意图激活另外一个activity,检查网络是否可用定位到网络的位置、隐式意图激活另外一个activity、隐式意图的配置,自定义隐式意图、在不同activity之间数据传递(5)
    ASP.NET Web API 数据验证
    css控制文字显示长度,超过用省略号替代
    Android 屏幕适配
    Android ListView item项 显示动画
    Android 定位地理坐标体系
    Android 解压缩功能
    Android 魅族等SmartBar适配
    Android 推送实现
    Android Mvc 实现
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/5740021.html
Copyright © 2011-2022 走看看