-
Robert Knight authored
If third party cookies are blocked then OAuth is the only option for authentication. Third party cookies may be blocked either by privacy-enhancing extensions or browser settings, for example: In Safari: 1. Go to Settings -> Privacy 2. Set "Cookies and website data" to "Allow from current website only" In Chrome: 1. Go to chrome://settings/content/cookies 2. Enable "Block third-party cookies" 3. Check that the h service domain is not listed under "Allow", which is something that the Hypothesis extensions do automatically. Once OAuth has been shipped for all users, this code can be deleted.
db1e1924