• Robert Knight's avatar
    Only import known config params from the host page · 0d95508e
    Robert Knight authored
    The previous method of importing config params allowed the host page to
    override any configuration parameter provided by the service hosting the
    client's app.html file, potentially introducing vulnerabilities.
    
    This PR limits the client to importing only config parameters from a
    whitelist. This also has the benefit of clearly documenting all the
    parameters that can come from the host page in one place in the code.
    0d95508e
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...
.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...
npm-shrinkwrap.json Loading commit data...
package.json Loading commit data...