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

Improved: HTML filter inside frames (#439)

This commit is contained in:
nobody
2021-05-03 06:44:52 +02:00
parent b207eb2748
commit fa22b8b2be
3 changed files with 3 additions and 1 deletions

View File

@ -122,6 +122,7 @@ const WebRequest = {
const WebRequestType = {
'MAIN_FRAME': 'main_frame',
'SUB_FRAME': 'sub_frame',
'XHR': 'xmlhttprequest'
};