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
Maintaining the lists is hard work – we should find a solution there. Some kind of assertions per rule could help. An example could be:
„In order to maintain the ‚allow‘ rule some-blog.com -> youtube.com in list ‚allow_embedded‘, there must be at least one request from http://some-blog.com/some-blog-entry.html to *.youtube.com.“
That assertion could be checked automatically, and the rule could be removed if the assertion fails, e.g. if the site goes down permanently.
The implementation could look like this (json format):
Maintaining the lists is hard work – we should find a solution there. Some kind of assertions per rule could help. An example could be:
That assertion could be checked automatically, and the rule could be removed if the assertion fails, e.g. if the site goes down permanently.
The implementation could look like this (json format):
The discussion started at #41 (comment).
The text was updated successfully, but these errors were encountered: