1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Fixed: [Chromium] extraHeaders permission for sanitization (#442)

This commit is contained in:
nobody
2021-05-04 06:06:38 +02:00
parent 139b933e4a
commit e0a36874fc
4 changed files with 18 additions and 6 deletions

View File

@ -117,7 +117,8 @@ const WebRequest = {
'GET': 'GET',
'BLOCKING': 'blocking',
'HEADERS': 'requestHeaders',
'RESPONSE_HEADERS': 'responseHeaders'
'RESPONSE_HEADERS': 'responseHeaders',
'EXTRA_HEADERS': 'extraHeaders'
};
const WebRequestType = {