From 13010560cc3ffa30fc153d345579f944f20a8251 Mon Sep 17 00:00:00 2001 From: tomaszn Date: Wed, 28 Aug 2024 18:37:24 +0200 Subject: [PATCH 1/2] Update information about Sec-Fetch-Site compatibility --- content/docs/defenses/design-protections/cache-protections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/defenses/design-protections/cache-protections.md b/content/docs/defenses/design-protections/cache-protections.md index 492ad8bd7..27fd98c16 100644 --- a/content/docs/defenses/design-protections/cache-protections.md +++ b/content/docs/defenses/design-protections/cache-protections.md @@ -56,9 +56,9 @@ Note that this means cross-site requests are separated from same-site and same-o {{< /hint >}} Advantages: +* Supported by every major browser * Does not break caching Disadvantages: -* Fetch metadata is a new standard that is currently only supported in Chromium-based browsers (e.g. Chrome and Edge) * Cross-site subresources loaded on the page are not protected (e.g. subresources from CDNs) * If third parties load the resource, they are not protected From cdd4fac3cedf9a63d6c7c601b39718200694b254 Mon Sep 17 00:00:00 2001 From: tomaszn Date: Thu, 29 Aug 2024 12:51:05 +0000 Subject: [PATCH 2/2] add tomaszn to contributors as suggested --- content/docs/contributions/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/contributions/_index.md b/content/docs/contributions/_index.md index 18ae4c35a..e9be90e99 100644 --- a/content/docs/contributions/_index.md +++ b/content/docs/contributions/_index.md @@ -89,7 +89,8 @@ We would like to thank the following users who [contributed](https://github.com/ [Brasco](https://github.com/Brasco/), [rick.titor](https://github.com/riccardomerlano), [Chris Fredrickson](https://github.com/cfredric/), [jub0bs](https://github.com/jub0bs), [Zeyu (Zayne) Zhang](https://github.com/zeyu2001), [Medi](https://twitter.com/medi_0ne), -[Aaron Shim](https://github.com/aaronshim), [Jorian Woltjer](https://jorianwoltjer.com) +[Aaron Shim](https://github.com/aaronshim), [Jorian Woltjer](https://jorianwoltjer.com), +[Tomasz Nowak](https://github.com/tomaszn) In addition, we would also like to acknowledge the users who [contributed](https://github.com/xsleaks/xsleaks/wiki/Browser-Side-Channels/_history) to the predecessor of the current XS-Leaks wiki: