Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias Protocol.Security.MixedContentType
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { MixedContentType } = Protocol.Security;

A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories

definition: "blockable" | "optionally-blockable" | "none"