From a6bd37d633e0ac31a5721facec42b4060bcf56d6 Mon Sep 17 00:00:00 2001 From: Antonio Sartori Date: Tue, 28 Sep 2021 08:04:09 +0200 Subject: [PATCH] [CSP] Remove misleading comment about workers --- index.bs | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.bs b/index.bs index 582969b30d..dadb9ef45f 100644 --- a/index.bs +++ b/index.bs @@ -311,8 +311,6 @@ spec: INFRA; urlPrefix: https://infra.spec.whatwg.org/ if not present (which likewise defers to `script-src` and eventually `default-src`). - 3. Dedicated workers now always inherit their creator's policy. - 3. The URL matching algorithm now treats insecure schemes and ports as matching their secure variants. That is, the source expression `http://example.com:80` will match both `http://example.com:80` and