Update the noscript upload instructions on the receive mode upload page, and add separate page for instructions to disable NoScript XSS setting

This commit is contained in:
Micah Lee 2019-02-14 09:31:39 -08:00
parent 1c16b092a3
commit dd3f2d60b6
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 59 additions and 8 deletions

View file

@ -199,10 +199,15 @@ div#noscript {
color: #e55454;
padding: 1em;
line-height: 150%;
max-width: 700px;
max-width: 900px;
margin: 100px 2em 0 2em;
}
div#noscript a, div#noscript a:visited {
color: #e27f7f;
}
.disable-noscript-xss-wrapper {
max-width: 900px;
margin: 0 auto;
}