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

V2BrowserKeyRestrictions

import type { V2BrowserKeyRestrictions } from "https://googleapis.deno.dev/v1/apikeys:v2.ts";

The HTTP referrers (websites) that are allowed to use the key.

interface V2BrowserKeyRestrictions {
allowedReferrers?: string[];
}

§Properties

§
allowedReferrers?: string[]
[src]

A list of regular expressions for the referrer URLs that are allowed to make API calls with this key.