浏览代码

Add 'User-Agent' to the auth_keys array in the validate_format script

pull/1614/head
Marek Dano 3 年前
父节点
当前提交
19184f73a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      build/validate_format.py

+ 1
- 1
build/validate_format.py 查看文件

@@ -5,7 +5,7 @@ import sys

anchor = '###'
min_entries_per_section = 3
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'No']
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'No', 'User-Agent']
punctuation = ['.', '?', '!']
https_keys = ['Yes', 'No']
cors_keys = ['Yes', 'No', 'Unknown']


正在加载...
取消
保存