Skip to content

ElectronReferrer

Unofficial

Represents an HTTP referrer and its policy.

Import:

import type { ElectronReferrer } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronReferrer

Properties

Property Type Description
policy 'default' | 'no-referrer-when-downgrade' | 'no-referrer' | 'origin' | 'same-origin' | 'strict-origin-when-cross-origin' | 'strict-origin' | 'unsafe-url' The referrer policy. See the Referrer-Policy spec for more details on the meaning of these values.
url string HTTP Referrer URL.

Links to this page: