1
0
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:
nobody
2020-07-03 08:37:00 +02:00
parent eb1a34dce7
commit 8c9d5837ad
40 changed files with 320 additions and 3 deletions

View File

@ -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 = {