Przeglądaj źródła

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

pull/1614/head
Marek Dano 3 lat temu
rodzic
commit
19184f73a3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      build/validate_format.py

+ 1
- 1
build/validate_format.py Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz