mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Implemented an option to block unhandled Google Fonts requests
This commit is contained in:
@ -73,7 +73,8 @@ const Setting = {
|
||||
'LOGGING': 'enableLogging',
|
||||
'DOMAINS_MANIPULATE_DOM': 'domainsManipulateDOM',
|
||||
'STATISTIC_DATA': 'statisticData',
|
||||
'NEGATE_HTML_FILTER_LIST': 'negateHtmlFilterList'
|
||||
'NEGATE_HTML_FILTER_LIST': 'negateHtmlFilterList',
|
||||
'BLOCK_GOOGLE_FONTS': 'blockGoogleFonts'
|
||||
};
|
||||
|
||||
const WebRequest = {
|
||||
|
Reference in New Issue
Block a user