| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit.Flags
Contents
Description
- data SecurityPolicy
- data HitTestResultContext
Exported types
data SecurityPolicy Source #
Flags used to represent the security policy of a URI scheme.
Since: 2.0
Constructors
| SecurityPolicyLocal | Local URI scheme, other non-local pages cannot link to or access URIs of this scheme. |
| SecurityPolicyNoAccessToOtherScheme | Pages loaded with this URI scheme cannot access pages loaded with any other URI scheme. |
| SecurityPolicyDisplayIsolated | Pages cannot display these URIs unless they are from the same scheme. |
| SecurityPolicySecure | Secure URI scheme, doesn't generate mixed content warnings when included by an HTTPS page. |
| SecurityPolicyCorsEnabled | URI scheme that can be sent CORS (Cross-origin resource sharing) requests. See W3C CORS specification http://www.w3.org/TR/cors/. |
| SecurityPolicyEmptyDocument | Strictly empty documents allowed to commit synchronously. |
| AnotherSecurityPolicy Int | Catch-all for unknown values |
data HitTestResultContext Source #
No description available in the introspection data.
Constructors
| HitTestResultContextDocument | anywhere in the document. |
| HitTestResultContextLink | a hyperlink element. |
| HitTestResultContextImage | an image element. |
| HitTestResultContextMedia | a video or audio element. |
| HitTestResultContextSelection | the area is selected by the user. |
| HitTestResultContextEditable | the area is editable by the user. |
| AnotherHitTestResultContext Int | Catch-all for unknown values |