mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
Remove experimental simple nonce.
This commit is contained in:
parent
77fa3af87e
commit
2416fd6773
@ -45,7 +45,6 @@ class SecureHeaders
|
||||
{
|
||||
// generate and share nonce.
|
||||
$nonce = base64_encode(random_bytes(16));
|
||||
$nonce = 'hithere';
|
||||
app('view')->share('JS_NONCE', $nonce);
|
||||
|
||||
$response = $next($request);
|
||||
|
Loading…
Reference in New Issue
Block a user