mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1550590 - nsIScriptChannel isn't used by script. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D30606 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
4e2463d64c
commit
06de509fd5
@ -15,13 +15,13 @@
|
||||
* - If the channel does not have an owner principal, the program will not be
|
||||
* executed at all, no matter what. This is necessary because in this
|
||||
* circumstance we have no way to tell whether script execution is allowed at
|
||||
* all for the originating security context of this channel.
|
||||
* all for the originating security context of this channel.
|
||||
* - If the channel has an owner principal, how it is executed is controlled by
|
||||
* this interface. However if the owner principal does not subsume the
|
||||
* principal of the environment in which the program is to be executed the
|
||||
* execution will be forced to happen in a sandbox.
|
||||
*/
|
||||
[scriptable, uuid(33234b99-9588-4c7d-9da6-86b8b7cba565)]
|
||||
[uuid(33234b99-9588-4c7d-9da6-86b8b7cba565)]
|
||||
interface nsIScriptChannel : nsISupports
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user