added CSP
This commit is contained in:
parent
814fd8a5f7
commit
ce1639f8f8
4 changed files with 28 additions and 37 deletions
5
script_hash.sh
Executable file
5
script_hash.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
echo -n 'sha256-'
|
||||
echo -n 'document.getElementById("video").volume=0.5;' \
|
||||
| openssl sha256 -binary \
|
||||
| openssl base64
|
||||
Loading…
Add table
Add a link
Reference in a new issue