• Sean Hammond's avatar
    Read openLoginForm and openSidebar in browser ext · 6f52dbbb
    Sean Hammond authored
    Whitelist the openLoginForm and openSidebar settings as being readable
    from the host page even when the client is in a browser extension.
    
    When you first install the Chrome extension it opens the /welcome page
    in a tab, and it injects the openLoginForm and openSidebar settings into
    the /welcome page in order to get the sidebar and login form to
    automatically open on that page.
    
    A previous change to prevent the Chrome extension from reading settings
    from the page broke this /welcome page behaviour.
    
    Fix it again by whitelisting the two required settings.
    
    Of course this means that any page on the internet, not just the
    /welcome page, and control these two settings, which is not what we
    want, but it will do for now.
    6f52dbbb
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.json Loading commit data...
requirements-dev.in Loading commit data...
yarn.lock Loading commit data...