SourceKeyword : string implements SourceInterface

Representation of Content-Security-Policy source keywords see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#sources

Table of Contents

Interfaces

SourceInterface

Cases

nonceProxy  = 'nonce-proxy'
none  = 'none'
reportSample  = 'report-sample'
self  = 'self'
strictDynamic  = 'strict-dynamic'
unsafeEval  = 'unsafe-eval'
unsafeHashes  = 'unsafe-hashes'
unsafeInline  = 'unsafe-inline'
wasmUnsafeEval  = 'wasm-unsafe-eval'

Methods

applySourceImplications()  : SourceCollection|null
isApplicable()  : bool
vetoes()  : bool

Cases

Methods

vetoes()

public vetoes() : bool
Return values
bool

        
On this page

Search results