diff --git a/public/index.php b/public/index.php index 74921d7..3d581b1 100644 --- a/public/index.php +++ b/public/index.php @@ -148,6 +148,15 @@ function displayUrl($url, $main) { See also some known browser quirks.
++ Implicit Third-party cookies are fully blocked + by WebKit as of iOS 13.4 and Safari 13.1, so this site is not expected to be able to set cookies if embeded in an iframe in a third-party. + The linked article explains that calling `document.requestStorageAccess();` is necessary to request permission to use cookies in this context. +
+ + + +