浏览代码

Add IE6 UA

master
JustAnotherArchivist 3 年前
父节点
当前提交
a4af8e6ca6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      curl-ua

+ 1
- 0
curl-ua 查看文件

@@ -3,6 +3,7 @@ declare -A uas
uas["archivebot"]='ArchiveTeam ArchiveBot/20190427.01 (wpull 2.0.3) and not Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'
uas["firefox"]='Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0'
uas["googlebot"]='Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'
uas["ie6"]='Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'

if [[ $# -eq 0 || "$1" == '-h' || "$1" == '--help' || -z "${uas[$1]+exists}" ]]
then


正在加载...
取消
保存