CSPHashConfig

play.filters.csp.CSPHashConfig
case class CSPHashConfig(algorithm: String, hash: String, pattern: String)

CSP Hash Configuration.

Value parameters

algorithm

the algorithm from https://www.w3.org/TR/CSP3/#grammardef-hash-algorithm

hash

set to the hash value in configuration

pattern

the pattern in directives to substitute with hash.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product