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

Updated: Remove integrity checks (#66)

This commit is contained in:
nobody42
2020-04-30 19:13:27 +02:00
parent b2778c5332
commit 26d1c875ee
3 changed files with 57 additions and 373 deletions

View File

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