Uses of Class
org.htmlunit.csp.directive.HostSourceDirective
-
Packages that use HostSourceDirective Package Description org.htmlunit.csp Content Security Policy.org.htmlunit.csp.directive Content Security Policy directives. -
-
Uses of HostSourceDirective in org.htmlunit.csp
Methods in org.htmlunit.csp with parameters of type HostSourceDirective Modifier and Type Method Description static boolean
Policy. doesUrlMatchSourceListInOrigin(URLWithScheme url, HostSourceDirective list, java.util.Optional<URLWithScheme> origin)
-
Uses of HostSourceDirective in org.htmlunit.csp.directive
Subclasses of HostSourceDirective in org.htmlunit.csp.directive Modifier and Type Class Description class
FrameAncestorsDirective
class
SourceExpressionDirective
-