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

     
  • 相关阅读:
    [Compose] 12. Two rules about Funtors
    [Compose] 11. Use Task for Asynchronous Actions
    [React Native] Animate Styles of a React Native View with Animated.timing
    [Compose] 10. Capture Side Effects in a Task
    [Angular Router] Lazy loading Module with Auxiliary router
    注重实效的程序员——途径篇
    UVa 674: Coin Change
    apache POI 导出excel相关方法
    Java调用R(二)_JRI
    drp用户管理完成后,asp.net与java的一个简单比较
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/5740021.html
Copyright © 2011-2022 走看看