浏览代码

Use not-allowlisted instead of not-whitelisted.

pull/3769/head
JSon 2 个月前
父节点
当前提交
60e2fafd66
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      scripts/validate/links.py

+ 1
- 1
scripts/validate/links.py 查看文件

@@ -63,7 +63,7 @@ def check_duplicate_links(links: List[str]) -> Tuple[bool, List]:


def fake_user_agent() -> str:
"""Faking user agent as some hosting services block not-whitelisted UA."""
"""Faking user agent as some hosting services block not-allowlisted UA."""

user_agents = [
'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1467.0 Safari/537.36',


正在加载...
取消
保存