summaryrefslogtreecommitdiff
path: root/config/default.rules
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-11-11 13:15:52 +0100
committerBen Fuhrmannek2021-11-11 13:15:52 +0100
commit713cb08b58d4e5dd5e7e80b1f82e27cbe52d4381 (patch)
treeb1bd945693215ca349180d44ae929f7f59427f09 /config/default.rules
parent9111fdf5e6332923a5faf9f8a7e6b428eb91795a (diff)
inverted logic. set xxe_protection.enable() instead of disable_xxe.disable()
Diffstat (limited to 'config/default.rules')
-rw-r--r--config/default.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.rules b/config/default.rules
index b964073..2de703b 100644
--- a/config/default.rules
+++ b/config/default.rules
@@ -7,7 +7,7 @@
7sp.harden_random.enable(); 7sp.harden_random.enable();
8 8
9# Disabled XXE 9# Disabled XXE
10sp.disable_xxe.enable(); 10sp.xxe_protection.enable();
11 11
12# Global configuration variables 12# Global configuration variables
13# sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS."); 13# sp.global.secret_key("YOU _DO_ NEED TO CHANGE THIS WITH SOME RANDOM CHARACTERS.");