Reviews for JavaScript Permission Matrix
JavaScript Permission Matrix by Anon
Response by Anon
Developer response
posted 5 years ago>it would be nice if you had a github page to move discussions to.
>It would also be nice to have a log to see what was blocked by which setting
Okay, it will be done after next release.
>I also don't understand the SRI hashes vs 1st party scripts vs minimal permissions thing.
Minimal context - a permission context that is applied to all scripts.
First-party context - a permission context that is applied to first-party scripts. It allows you to give more permissions to first-party scripts.
SRI context - a permission context that is applied to scripts with "integrity" attribute ( https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity ).
>It would also be nice to have a log to see what was blocked by which setting
Okay, it will be done after next release.
>I also don't understand the SRI hashes vs 1st party scripts vs minimal permissions thing.
Minimal context - a permission context that is applied to all scripts.
First-party context - a permission context that is applied to first-party scripts. It allows you to give more permissions to first-party scripts.
SRI context - a permission context that is applied to scripts with "integrity" attribute ( https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity ).