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

     
  • 相关阅读:
    TSQL(3)批处理
    TSQL(5)操作数据行
    如何设计数据库(1)?
    搜索引擎处理查询
    如何进行shell脚本正确性测试
    机房收费系统用户级别查询
    PageRank算法
    链接分析算法之:SALSA算法
    机器学习排序
    倒排索引搜索引擎的基石
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/5740021.html
Copyright © 2011-2022 走看看