interface ReferrerPolicyOptions

Interface for the referrerPolicy middleware options. By default, the 'Referrer-Policy' header will be set to 'no-referrer'.

Properties

optional
policy: string | string[]

The policy for the 'Referrer-Policy' header.

Usage

import { type ReferrerPolicyOptions } from "types/mod.ts";