mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Updated: Handling of Google Fonts (#85)
This commit is contained in:
@ -76,7 +76,8 @@ const Setting = {
|
||||
'BLOCK_GOOGLE_FONTS': 'blockGoogleFonts',
|
||||
'SELECTED_ICON': 'selectedIcon',
|
||||
'INTERNAL_STATISTICS': 'internalStatistics',
|
||||
'INTERNAL_STATISTICS_DATA': 'internalStatisticsData'
|
||||
'INTERNAL_STATISTICS_DATA': 'internalStatisticsData',
|
||||
'ALLOWED_DOMAINS_GOOGLE_FONTS': 'allowedDomainsGoogleFonts'
|
||||
};
|
||||
|
||||
const WebRequest = {
|
||||
|
Reference in New Issue
Block a user