Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResponseHeadersPolicyFrameOptions

import type { ResponseHeadersPolicyFrameOptions } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

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

For more information about the X-Frame-Options HTTP response header, see X-Frame-Options in the MDN Web Docs.

interface ResponseHeadersPolicyFrameOptions {
FrameOption: FrameOptionsList;
Override: boolean;
}

§Properties

§

The value of the X-Frame-Options HTTP response header. Valid values are DENY and SAMEORIGIN.

For more information about these values, see X-Frame-Options in the MDN Web Docs.

§
Override: boolean
[src]

A Boolean that determines whether CloudFront overrides the X-Frame-Options HTTP response header received from the origin with the one specified in this response headers policy.