unsupport MS Edge (for now, sorry) and some http header nits

This commit is contained in:
Danny Coates
2017-11-06 13:36:36 -08:00
parent b703f78db9
commit 2e233da16d
5 changed files with 13 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ module.exports = function(state, emit) {
const div = html`
<div class="enterPassword">
${label}
<form id="unlock" onsubmit=${checkPassword}>
<form id="unlock" onsubmit=${checkPassword} data-no-csrf>
<input id="unlock-input"
class="unlock-input input-no-btn"
maxlength="64"