GradientEdge CDK Utils
    Preparing search index...

    Interface SiteSecurityHeadersBehavior

    interface SiteSecurityHeadersBehavior {
        contentSecurityPolicy?: ResponseHeadersContentSecurityPolicy;
        contentTypeOptions?: ResponseHeadersContentTypeOptions;
        frameOptions?: ResponseHeadersFrameOptions;
        referrerPolicy?: ResponseHeadersReferrerPolicy;
        strictTransportSecurity: SiteResponseHeadersStrictTransportSecurity;
        xssProtection?: ResponseHeadersXSSProtection;
    }

    Hierarchy

    • ResponseSecurityHeadersBehavior
      • SiteSecurityHeadersBehavior
    Index

    Properties

    contentSecurityPolicy?: ResponseHeadersContentSecurityPolicy

    The policy directives and their values that CloudFront includes as values for the Content-Security-Policy HTTP response header.

    - no content security policy
    
    contentTypeOptions?: ResponseHeadersContentTypeOptions

    Determines whether CloudFront includes the X-Content-Type-Options HTTP response header with its value set to nosniff.

    - no content type options
    
    frameOptions?: ResponseHeadersFrameOptions

    Determines whether CloudFront includes the X-Frame-Options HTTP response header and the header’s value.

    - no frame options
    
    referrerPolicy?: ResponseHeadersReferrerPolicy

    Determines whether CloudFront includes the Referrer-Policy HTTP response header and the header’s value.

    - no referrer policy
    

    Determines whether CloudFront includes the Strict-Transport-Security HTTP response header and the header’s value.

    - no strict transport security
    
    xssProtection?: ResponseHeadersXSSProtection

    Determines whether CloudFront includes the X-XSS-Protection HTTP response header and the header’s value.

    - no xss protection