mirror of https://github.com/gorhill/uBlock.git
Add redirectable resource noop.css, as suggested
Related feedback: - https://github.com/uBlockOrigin/uAssets/issues/16391#issuecomment-1396316194
This commit is contained in:
parent
98c0bd8406
commit
4564e3a9b8
|
@ -33,6 +33,7 @@ import {
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
const extToMimeMap = new Map([
|
const extToMimeMap = new Map([
|
||||||
|
[ 'css', 'text/css' ],
|
||||||
[ 'gif', 'image/gif' ],
|
[ 'gif', 'image/gif' ],
|
||||||
[ 'html', 'text/html' ],
|
[ 'html', 'text/html' ],
|
||||||
[ 'js', 'text/javascript' ],
|
[ 'js', 'text/javascript' ],
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
/* */
|
Loading…
Reference in New Issue