stable

Clone or download

Read-only

All scripts of the user registration are loaded with a nonce

All the scripts on the multiple user registration pages have a nonce attribute. Alos took the opportunity to remove the usage of Prototype.JS in the script used to generate passwords. Part of request #17967: Deploy a useful content security policy Change-Id: I1b769bd2cb8f3f09f784d08ce92caff39750dcb3

Modified Files

Name
M .eslintignore +0 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
A src/scripts/account/generate-pw.ts +58 −0 Go to diff View file
M src/templates/account/register-admin.mustache +1 −1 Go to diff View file
M src/templates/account/register-form-end.mustache +0 −1 Go to diff View file
M src/webpack.common.js +1 −0 Go to diff View file
M src/www/account/register.php +16 −8 Go to diff View file
D src/www/scripts/user.js +0 −34 Go to diff View file