Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitelist entry trust level #33

Closed
2 of 3 tasks
raffaeleflorio opened this issue Sep 1, 2018 · 1 comment
Closed
2 of 3 tasks

Whitelist entry trust level #33

raffaeleflorio opened this issue Sep 1, 2018 · 1 comment

Comments

@raffaeleflorio
Copy link
Owner

raffaeleflorio commented Sep 1, 2018

Add a trust level to whitelist entries in regard to other resources linked to the whitelisted one. Specifically the trust level is related to the other resources's host.
Three levels will be present:

  • MIN (default). This means trust no other host. Implemented in ac58814 at L43.
  • MID. Trust every resource loaded by every subdomain. Implicitly this is valid only for DNS name. Not yet implemented.
  • MAX (covered in Add "originUrl trust" to the settings page #28). Trust every resource loaded by every host. Implemented in ac58814 at L44.
@raffaeleflorio
Copy link
Owner Author

raffaeleflorio commented Sep 4, 2018

This isn't implemented because it adds a lot of complexity and it's dangerous. Specifically there is the need of others trust level related to port, protocol and so on. For this reason this will be replaced by #34.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant