From b25bd6ecd403c9462ec2276a8a8ffe2151062b4d Mon Sep 17 00:00:00 2001 From: Ari Chivukula Date: Fri, 15 Mar 2024 08:12:13 -0400 Subject: [PATCH] Update omit-unpartitioned-cookies.md --- omit-unpartitioned-cookies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omit-unpartitioned-cookies.md b/omit-unpartitioned-cookies.md index 7d36f24..3caa462 100644 --- a/omit-unpartitioned-cookies.md +++ b/omit-unpartitioned-cookies.md @@ -4,7 +4,7 @@ # Introduction -This extension to “[Explainer: Extending Storage Access API (SAA) to non-cookie storage](https://privacycg.github.io/saa-non-cookie-storage/)” proposes adding a mechanism to not force unpartitioned cookie access when all that the developer needs is some other unpartitioned storage access via SAA. This is one of two proposed extensions going out together. +This extension to “[Explainer: Extending Storage Access API (SAA) to non-cookie storage](https://github.com/privacycg/saa-non-cookie-storage/blob/main/README.md)” proposes adding a mechanism to not force unpartitioned cookie access when all that the developer needs is some other unpartitioned storage access via SAA. This is one of two proposed extensions going out together. # Motivation