From 0df59dc3f46e049cbf4f65e813780d3fc46c1d4c Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Tue, 23 May 2023 23:25:37 -0400 Subject: [PATCH] Add NEL policy cache Mentioned in https://github.com/w3c/network-error-logging/issues/138, the NEL policy cache should also be partitioned. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4d9740..62ab942 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ The tentative overall plan is to block cross-site cookies and add support for pa * Prefetch * Preconnect * CORS-preflight cache (standardized in Fetch) + * Network Error Logging policy cache ([w3c/network-error-logging #138](https://github.com/w3c/network-error-logging/issues/138)) * Storage ([whatwg/storage #88](https://github.com/whatwg/storage/issues/88), [whatwg/storage #90](https://github.com/whatwg/storage/issues/90)): * Indexed DB * Cache API