mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Add 'User-Agent' to the auth_keys array in the validate_format script
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user