From c5bb80704874d5fd4fe805d6984e99165a0289fa Mon Sep 17 00:00:00 2001 From: Robbie McElrath Date: Mon, 28 Oct 2024 14:47:10 -0700 Subject: [PATCH] Remove require-trusted-types-for anchor https://github.com/w3c/trusted-types/pull/545 exports the require-trusted-types-for-directive definition so the manually defined anchor section isn't needed anymore. --- isolated-contexts.bs | 3 --- 1 file changed, 3 deletions(-) diff --git a/isolated-contexts.bs b/isolated-contexts.bs index a8a059a..e4df732 100644 --- a/isolated-contexts.bs +++ b/isolated-contexts.bs @@ -38,9 +38,6 @@ spec:webidl; type:dfn; text:namespace urlPrefix: https://w3c.github.io/webappsec-csp/; spec:CSP3 type: abstract-op text: Get fetch directive fallback list; url: #directive-fallback-list -urlPrefix: https://w3c.github.io/trusted-types/dist/spec/; spec:trusted-types - type: dfn - text: require-trusted-types-for-directive
 {