Added CSRF check in weatherdata API

This commit is contained in:
Dale Davies
2022-04-13 16:28:12 +01:00
parent ad3de9cd27
commit 490758bae8
13 changed files with 86 additions and 17 deletions

View File

@@ -45,6 +45,7 @@ RUN apk add --no-cache \
php8-json \
php8-opcache \
php8-openssl \
php8-session \
php8-xml \
php8-zlib