"EnablePrivilegeWarning=Use of enablePrivilege is deprecated. Please
use code that runs with the system principal (e.g. an extension) instead."
What does it mean?
--
Aki
Francesco
Just to be clear, in my understanding of when that is used, we should
have the entity contain both
"Use of enablePrivilege is deprecated."
localized (with enablePrivilege not translated as it is a javascript
literal. and
"Please use code that runs with the same privileges as the application
itself (e.g. an extension) instead"
Could even possibly be s/the application itself/&brandShortName;/
assuming that brandShortName is in scope there.
--
~Justin Wood (Callek)
Just to be clear, in my understanding of when that is used, we should
have the entity contain both
"Use of enablePrivilege is deprecated."
localized (with enablePrivilege not translated as it is a javascript
literal. and
"Please use code that runs with the same privileges as the application
itself (e.g. an extension) instead"
Could even possibly be s/the application itself/&brandShortName;/
Right. The key part is that the function called "enablePrivilege" is
now deprecated and will soon be removed. People need to stop using it.
> "Please use code that runs with the same privileges as the application
> itself (e.g. an extension) instead"
This is advice for what people can replace their use of enablePrivilege
with.
> Could even possibly be s/the application itself/&brandShortName;/
> assuming that brandShortName is in scope there.
I don't believe it is. But yes, in general.
-Boris
Francesco