From 97942ca6f1a38c133c5e1adb7b5ea10d84c81985 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 1 Jun 2026 13:34:03 -0400 Subject: refactor: move nyan.png to original location --- src/uploads/.htaccess | 5 +++++ src/uploads/nyan.png | Bin 0 -> 901 bytes 2 files changed, 5 insertions(+) create mode 100644 src/uploads/.htaccess create mode 100644 src/uploads/nyan.png (limited to 'src/uploads') diff --git a/src/uploads/.htaccess b/src/uploads/.htaccess new file mode 100644 index 0000000..c53904e --- /dev/null +++ b/src/uploads/.htaccess @@ -0,0 +1,5 @@ +# deny common executable/script payloads in uploads + + Require all denied + +Options -ExecCGI diff --git a/src/uploads/nyan.png b/src/uploads/nyan.png new file mode 100644 index 0000000..377b9d0 Binary files /dev/null and b/src/uploads/nyan.png differ -- cgit v1.2.3