Sfoglia il codice sorgente

changed matchUserIP to default false

CauseFX 4 anni fa
parent
commit
a861592943
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      api/config/default.php

+ 1 - 1
api/config/default.php

@@ -668,5 +668,5 @@ return [
 	'slackLogWebhook' => '',
 	'slackLogWebHookChannel' => '',
 	'matchUserAgents' => false,
-	'matchUserIP' => true
+	'matchUserIP' => false
 ];