We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open any web page which uses Web Fonts, for example MDN
font
Chromium free from the above issues.
uBlock 0.9.6.0 and 0.9.6.1-rc.0 Firefox 37 Windows 8.1
The text was updated successfully, but these errors were encountered:
I noticed that the vAPI code (an attempt at cross-platform compatibility) does try to recognize webfonts as having type font even though the webRequest API does not have that listed, and presumably they would be considered other: https://developer.chrome.com/extensions/webRequest#type-ResourceType
other
var ext = tail.slice(pos) + '.'; if ( '.eot.ttf.otf.svg.woff.woff2.'.indexOf(ext) !== -1 ) { details.type = 'font'; return; }
I'm not sure where in the code there is any attempt to convert font into a type recognized by webRequest, before deciding to block it.
EDIT I am an idiot because I ended up responding as if the problem were in Chrome, rather than Firefox.
Sorry, something went wrong.
(Never mind, I thought I was commenting on uMatrix.)
I know why this happens, will fix tomorrow.
ba8dd75
No branches or pull requests
Open any web page which uses Web Fonts, for example MDN
font
Chromium free from the above issues.
uBlock 0.9.6.0 and 0.9.6.1-rc.0
Firefox 37
Windows 8.1
The text was updated successfully, but these errors were encountered: