Module: AWSCDK::CloudFront::HeadersFrameOption
- Defined in:
- cloud_front/headers_frame_option.rb
Overview
Enum representing possible values of the X-Frame-Options HTTP response header.
Constant Summary collapse
- DENY =
Deprecated.Note:
Default:
The page can only be displayed in a frame on the same origin as the page itself.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersFrameOption", "DENY")
- SAMEORIGIN =
Deprecated.Note:
Default:
The page can only be displayed in a frame on the specified origin.
Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.HeadersFrameOption", "SAMEORIGIN")