Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

/* Any copyright is dedicated to the Public Domain.
"use strict";
add_task(async function fetchDomainDisabled({ client }) {
const { Fetch } = client;
await Fetch.disable();
ok("Disabling Fetch domain successful");
});