Options

io.github.edadma.apion.SecurityMiddleware.Options
case class Options(contentSecurityPolicy: Boolean, cspDirectives: Map[String, String], crossOriginEmbedderPolicy: Boolean, crossOriginOpenerPolicy: Boolean, crossOriginResourcePolicy: Boolean, dnsPrefetchControl: Boolean, expectCt: Boolean, expectCtMaxAge: Int, expectCtEnforce: Boolean, frameguard: Boolean, frameguardAction: String, hsts: Boolean, hstsMaxAge: Int, hstsIncludeSubDomains: Boolean, hstsPreload: Boolean, ieNoOpen: Boolean, noSniff: Boolean, originAgentCluster: Boolean, permittedCrossDomainPolicies: String, referrerPolicy: Boolean, referrerPolicyDirective: String, xssFilter: Boolean, xssFilterMode: String)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product