[utils] Add `Sec-Fetch-Mode` to `std_headers`

Closes #2187
This commit is contained in:
pukkandan 2022-01-20 20:21:54 +05:30
parent 19b4c74d40
commit d14cbdd92d
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ std_headers = {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'Accept-Encoding': 'gzip, deflate',
'Accept-Language': 'en-us,en;q=0.5',
'Sec-Fetch-Mode': 'same-origin',
}