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.
Which prevent from being able to generally blacklist say, "frames" or "cookies" or whatever for whitelisted domains, unless done expressly through the matrix. I don't like frames or cookies, so I wish I could just blacklist them all the times even for whitelisted sites.
Need more thought on how to provide this without adding complication to the user.
One solution I presently consider is to have a settings which allow a user to auto-blacklists a specific type whenever he/she whitelists a domain. So matrix interaction stays the same, except that paranoid (in a good way) users still have the ability to choose to never trust "frames" or "cookies" or whatever else even for whitelisted domains without further matrix interaction.
The text was updated successfully, but these errors were encountered:
Hmm I think I've got a good way to implement this without some special settings (hidden somewhere on a "user setting" pages). Just a matter of simple logic:
If a type of data is explicitly blacklisted, then for whatever domain which is whitelisted by the user, auto-blacklist these types. Example: I blacklist "cookies", then later whitelist "github.com": "cookies/github.com" will be blacklisted by default. User will have to explicitly remove the blacklist status of "cookies" on "github.com" in order to allow for cookies on github.com. This extra step is acceptable to the user since the user explicitly does not trust "cookies" by default. Thus internally:
user blacklist "cookie"
user whitelist "github.com" ==> "cookie" is auto-blacklisted for "github.com"
then optionally, user whitelists "cookie" for "github.com"
Currently precedence is:
Which prevent from being able to generally blacklist say, "frames" or "cookies" or whatever for whitelisted domains, unless done expressly through the matrix. I don't like frames or cookies, so I wish I could just blacklist them all the times even for whitelisted sites.
Need more thought on how to provide this without adding complication to the user.
One solution I presently consider is to have a settings which allow a user to auto-blacklists a specific type whenever he/she whitelists a domain. So matrix interaction stays the same, except that paranoid (in a good way) users still have the ability to choose to never trust "frames" or "cookies" or whatever else even for whitelisted domains without further matrix interaction.
The text was updated successfully, but these errors were encountered: