case class CSPResult(nonce: Option[String], directives: String, reportOnly: Boolean, nonceHeader: Boolean) extends Product with Serializable
- Source
- CSPProcessor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CSPResult
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CSPResult(nonce: Option[String], directives: String, reportOnly: Boolean, nonceHeader: Boolean)