But any font rule I write in about:config rule noscript.allowedMimeRegExp is not honored at all and I've tried it in so many ways I don't even remember... I've read noscript faq, features page and many forum links before. If anyone can help, I'll appreciate.
Thanks
Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
Thanks for answering.
I don't understand what do you mean by "Fonts are shown as unknown in blocked objects menu". At my place Fonts do appear in the Blocked Objects menu as: Temporarily allow Font@http://phazer.info and I can do that.
So it turns out, we can temporarily enable downloadable fonts on specific domains, but there is no setting or white-list to make it permanent, not even in about:config? Is this missing feature maybe planned in the future?
Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
NS 2.6.8.2rc1, SeaMonkey 2.21. I can't get this to work either. I want to permanently whitelist all PDF documents and the web font on Github but don't seem to be able to permanently allow that font. Following the example on the NoScript page, I set my noscript.allowedMimeRegExp to
I can't be 100% sure but I think it's a code issue in NoScript (Policy.js). It looks like NS is supposed to pass "mimeKey" (which could be "Font" or other special identifier, or failing that, the guessed MIME type) to tests of the "allowedMimeRegExp" preference, but it's really passing "aMimeTypeGuess || mimeKey", thus ignoring any special types. If there's some reason NS shouldn't only check mimeKey, it should see if mimeKey matches aMimeTypeGuess, and if not, check them separately.
Also, it seems from the code that the program looks for "Font" in allowedMimeRegExp rather than "FONT" as documented... I find that hard to believe... Giorgio, what am I missing here?
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 SeaMonkey/2.21
I was just wondering, are there any plans to add "Always allow X@Y" next to "Temporarliy allow X@Y", instead of having to manually add a regexp to allowedMimeRegExp?
... and thanks for an awesome addon!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:25.0) Gecko/20100101 Firefox/25.0