CSP tweaks again, login uid fix, mild cleanup

This commit is contained in:
2021-08-11 20:12:35 -04:00
parent 0b45ed9e02
commit ff621bce35
7 changed files with 90 additions and 92 deletions

View File

@@ -173,7 +173,7 @@ if(empty($form_data['fd_formAction'])){
</div>
</div>
</div>
<script nonce="<?=$_SESSION['nonce']?>">
<script nonce="<?=$_SESSION['nonceStr']?>">
setTimeout(function(){ window.location.href = 'index.php'; }, 5000);
</script>
<!-- SIGNOUT ACKNOWLEGEMENT END-->