Jun 16th update

This commit is contained in:
noam
2023-01-17 11:34:09 +02:00
parent 90bcc544a2
commit ad04b8d063
168 changed files with 64034 additions and 932 deletions

View File

@@ -30,6 +30,10 @@ struct Policy {
enable(false),
enforce(false)
{
bool web_attack_on;
ar(cereal::make_nvp("webAttackMitigation", web_attack_on));
if (!web_attack_on) return;
std::string level;
ar(cereal::make_nvp("csrfProtection", level));
level = boost::algorithm::to_lower_copy(level);