Class SandboxDirective

java.lang.Object
org.htmlunit.csp.Directive
org.htmlunit.csp.directive.SandboxDirective

public class SandboxDirective extends Directive
  • Constructor Details

  • Method Details

    • allowDownloads

      public boolean allowDownloads()
    • allowForms

      public boolean allowForms()
    • allowModals

      public boolean allowModals()
    • allowOrientationLock

      public boolean allowOrientationLock()
    • allowPointerLock

      public boolean allowPointerLock()
    • allowPopups

      public boolean allowPopups()
    • allowPopupsToEscapeSandbox

      public boolean allowPopupsToEscapeSandbox()
    • allowPresentation

      public boolean allowPresentation()
    • allowSameOrigin

      public boolean allowSameOrigin()
    • allowScripts

      public boolean allowScripts()
    • allowStorageAccessByUserActivation

      public boolean allowStorageAccessByUserActivation()
    • allowTopNavigation

      public boolean allowTopNavigation()
    • allowTopNavigationByUserActivation

      public boolean allowTopNavigationByUserActivation()