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

Refactor request handling (#787)

This commit is contained in:
nobody
2021-12-04 07:46:03 +01:00
parent 8f9d501c51
commit f0baf0e81b
4 changed files with 45 additions and 24 deletions

View File

@@ -401,8 +401,7 @@ const MathJaxFiles = {
/**
* To block bad resources, e.g. fingerprint
*
* Necessary if the user has selected the option "Block requests for missing
* resources Advanced" option is not enabled.
* Required if the user has not enabled the "Block requests for missing resources" option.
*
* https://codeberg.org/nobody/LocalCDN/issues/703
*/
@@ -420,6 +419,7 @@ const LogString = {
'YANDEX': 'Workaround. Disable LocalCDN if website and CDN are the same',
'REPLACED_RESOURCE': 'Replaced resource:',
'MISSING_RESOURCE': 'Missing resource:',
'EVIL_RESOURCE_BLOCKED': 'Evil resource blocked:',
};
// Supported charsets for TextDecoder()