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

ResponseHeadersPolicyContentTypeOptions

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

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

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

interface ResponseHeadersPolicyContentTypeOptions {
Override: boolean;
}

§Properties

§
Override: boolean
[src]

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