Package com.helger.http.csp
Class CSPSourceList
- All Implemented Interfaces:
com.helger.base.trait.IGenericImplTrait<CSPSourceList>
A source list to be used in a CSP directive (
CSPDirective). It's just
a convenient way to build a CSP directive value.- Author:
- Philip Helger
-
Field Summary
Fields inherited from class com.helger.http.csp.AbstractCSPSourceList
HASH_PREFIX, HASH_SUFFIX, KEYWORD_NONE, KEYWORD_REPORT_SAMPLE, KEYWORD_SELF, KEYWORD_STRICT_DYNAMIC, KEYWORD_UNSAFE_EVAL, KEYWORD_UNSAFE_INLINE, NONCE_PREFIX, NONCE_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.http.csp.AbstractCSPSourceList
addHash, addHash, addHost, addHost, addKeywordNone, addKeywordReportSample, addKeywordSelf, addKeywordStrictDynamic, addKeywordUnsafeEval, addKeywordUnsafeInline, addMimeType, addNonce, addNonce, addScheme, equals, getAsString, getExpressionCount, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.base.trait.IGenericImplTrait
thisAsT
-
Constructor Details
-
CSPSourceList
public CSPSourceList()
-