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

     
  • 相关阅读:
    <转载>asp.net中向数据库中插入数据时如何获得当前插入行的主键?
    <转载>HTML实体字符
    以当前系统默认的编码写入文件
    <转载>SQL Server 数据库 执行命令(方法 2:带参数的 SQL 命令)
    Windows7无法访问Windows2003共享的解决方案
    MVC Music Store 在线音乐商店示例分析(12)StoreManagerController
    MVC Music Store 在线音乐商店示例分析(6)ShoppingCart
    MVC Music Store 在线音乐商店示例分析(10)ShoppingCartController
    MVC Music Store 在线音乐商店示例分析(3)Album
    MVC Music Store 在线音乐商店示例分析(9)HomeController
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/5740021.html
Copyright © 2011-2022 走看看