Merge pull request #1614 from marekdano/add-auth-keys

Add 'User-Agent' to the auth_keys array in the validate_format script
This commit is contained in:
Marek Dano
2021-04-06 08:41:08 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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']