JSONovich / jsonovich

A webextension for Firefox. Pretty-prints JSON content in the browser for easy, unobtrusive viewing.
https://addons.mozilla.org/firefox/addon/jsonovich/
Mozilla Public License 2.0
7 stars 3 forks source link

extend Host-specific HTTP Accept header to support sub-domains (or globs) #42

Closed romain-dartigues closed 7 years ago

romain-dartigues commented 9 years ago

Hi,

it would be nice to have the "Host-specific HTTP Accept header" support sub-domains (as in @domain) or globs/regexp.

It has been done in skipCertError, but I'm not sure it is the way to do it.

My use-case is to use this functionality on the Intranet or certain sites only (having the same top level), but it could be "to each URI containing /couchdb/"...

If it's already working, maybe a little more documentation, because I haven't yet found how to get it working.

Best regards.

welwood08 commented 7 years ago

In case you're still interested, this will be fully supported in the very near future through match patterns. The infrastructure is already in place in the stored options and code. The next phase of the webextension rewrite will introduce the necessary UI.

romain-dartigues commented 7 years ago

Not actively interested at the moment, but I'll be sure to test and give you a feedback the day it'll be available. Thank you a lot for keeping this feature request alive.