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
This is not a perfect protection for no one to be able to access things they shouldn't.
224
+
Protected is not a security framework, it will not prevent people from accessing or mutating anything.
225
+
It is intended as an easy way to make safe usage clear and simple depending on context.
226
+
227
+
1. A code can always access everything using the `unsafeX` methods provided.
228
+
2. You can (but really shouldn't) include more rights whithin the extension of a manifest. This allows you to include more rights than intended while still appearing to be safe. Do not do this! Protected cannot protect you from doing this.
0 commit comments