1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Add redirectable resource noop.css, as suggested

Related feedback:
- https://github.com/uBlockOrigin/uAssets/issues/16391#issuecomment-1396316194
This commit is contained in:
Raymond Hill 2023-01-23 16:39:46 -05:00
parent 98c0bd8406
commit 4564e3a9b8
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import {
/******************************************************************************/
const extToMimeMap = new Map([
[ 'css', 'text/css' ],
[ 'gif', 'image/gif' ],
[ 'html', 'text/html' ],
[ 'js', 'text/javascript' ],

View File

@ -0,0 +1 @@
/* */