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

     
  • 相关阅读:
    性能调优利器之strace
    如何写出优雅的Python(二)
    c# 模拟 网页实现12306登陆、自动刷票、自动抢票完全篇
    使用Javascript无限添加QQ好友原理解析
    微信公众账号开发之微信登陆Oauth授权-第一篇
    WPF下的仿QQ图片查看器
    不用写软件,纯JS 实现QQ空间自动点赞
    软件分层架构下的另类设计框架-工厂模式的使用
    Javascript实现Linq查询方式
    c# 使用正则表达式 提取章节小说正文全本篇
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/5740021.html
Copyright © 2011-2022 走看看