• Robert Knight's avatar
    Always use OAuth if cookie storage is blocked · db1e1924
    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
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
yarn.lock Loading commit data...