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:
@ -122,6 +122,7 @@ const WebRequest = {
|
||||
|
||||
const WebRequestType = {
|
||||
'MAIN_FRAME': 'main_frame',
|
||||
'SUB_FRAME': 'sub_frame',
|
||||
'XHR': 'xmlhttprequest'
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user