mirror of
https://github.com/public-apis/public-apis.git
synced 2025-04-30 10:47:27 +02:00
Add 'User-Agent' to the auth_keys array in the validate_format script
This commit is contained in:
parent
39e8eca16b
commit
19184f73a3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import sys
|
||||||
|
|
||||||
anchor = '###'
|
anchor = '###'
|
||||||
min_entries_per_section = 3
|
min_entries_per_section = 3
|
||||||
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'No']
|
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'No', 'User-Agent']
|
||||||
punctuation = ['.', '?', '!']
|
punctuation = ['.', '?', '!']
|
||||||
https_keys = ['Yes', 'No']
|
https_keys = ['Yes', 'No']
|
||||||
cors_keys = ['Yes', 'No', 'Unknown']
|
cors_keys = ['Yes', 'No', 'Unknown']
|
||||||
|
|
Loading…
Add table
Reference in a new issue