Class HostSourceDirective

java.lang.Object
com.shapesecurity.salvation2.Directive
com.shapesecurity.salvation2.Directives.HostSourceDirective
Direct Known Subclasses:
FrameAncestorsDirective, SourceExpressionDirective

public abstract class HostSourceDirective extends Directive
  • Field Details

    • schemes

      protected List<Scheme> schemes
    • hosts

      protected List<Host> hosts
    • star

      protected boolean star
    • self

      protected boolean self
    • none

      protected String none
  • Constructor Details

    • HostSourceDirective

      protected HostSourceDirective(List<String> values)
  • Method Details