nsIPermission 编辑
The nsIPermission
interface defines a "permission" object, which is used to allow or block objects (for example cookies, images) from certain sites based on user preferences.
netwerk/base/public/nsIPermission.idl
Scriptable Please add a summary to this article. Last changed in Gecko 2 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)Inherits from: nsISupports
Attributes
Attribute | Type | Description |
capability | PRUint32 | The permission to set: allow, deny, or unknown (which is the default). See nsIPermissionManager.Permission_type_constants for allowed values. Read only. |
expireTime | PRInt64 | The expiration time of the permission measured in milliseconds since 1970 Jan 1 0:00:00. Read only. |
expireType | PRUint32 | The expiration type of the permission: on session termination, on a specified time, or never. Constants are defined in nsIPermissionManager.Permission_expiration_constants . Read only. |
host | AUTF8String | The host, that is URI, on which the permission is applied. Read only. |
type | ACString | The type of permission: cookie, image, and so on. This is a case-sensitive string. This string is specified by the consumer when adding a permission via nsIPermissionManager Read only. |
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论