You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Currently every scope shares the same default configuration:
However sometimes we might need to allow "other" field(or other fields---cookie/css/img/plugin/XHR/scripts/frame) by default in the specified "_.A.com" domain scope,
while keep it declined in _other* scope.
This feature described is especially useful for some video sites(let's say youku.com), where video stream CDN servers are called directly by their IP address, which is of enourmeous quantity:
Something like
youku.com --- main domain ykimg.com --- domain used for static image resource 123.132.123.132(an IP adress) --- a specific CDN address for the current video stream
The text was updated successfully, but these errors were encountered:
By the way, you may want to move to uMatrix already, HTTPSB is not going to be maintained much anymore, as I will be spending most of my coding time on HTTPSB's successor, uMatrix.
The scope management is much more sane in uMatrix, since it was built from the ground up with scope in mind, while in HTTPSB scoping was slapped on afterward, leading to a lot of cringing side-effects of having sandboxed scopes.
Currently every scope shares the same default configuration:
However sometimes we might need to allow "other" field(or other fields---cookie/css/img/plugin/XHR/scripts/frame) by default in the specified "_.A.com" domain scope,
while keep it declined in _other* scope.
This feature described is especially useful for some video sites(let's say youku.com), where video stream CDN servers are called directly by their IP address, which is of enourmeous quantity:
Something like
youku.com
--- main domainykimg.com
--- domain used for static image resource123.132.123.132(an IP adress)
--- a specific CDN address for the current video streamThe text was updated successfully, but these errors were encountered: