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: 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