Add 'install_dompurify.sh'
This commit is contained in:
parent
8aab760baf
commit
db67342709
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# make the target directory and install
|
||||
mkdir -p /var/www/data/project/web/libraries/DOMPurify/dist/
|
||||
curl -L https://raw.githubusercontent.com/cure53/DOMPurify/main/dist/purify.min.js -o /var/www/data/project/web/libraries/DOMPurify/dist/purify.min.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue