You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divdir="rtl"><ul><li>إذا اخترت تلقي الإشعارات من CIDRAM عبر البريد الإلكتروني، على سبيل المثال، عند تفعيل قواعد مساعدة محددة، يمكنك تحديد اسم المستلم لتلك الإشعارات هنا.</li></ul></div>
<divdir="rtl">التكوين لتنشيط وتعطيل المكونات المستخدمة من قبل CIDRAM. عادةً ما يتم ملؤها بواسطة صفحة التحديثات، ولكن يمكن أيضًا إدارتها من هنا لتحكم أفضل وللمكونات المخصصة التي لا تتعرف عليها صفحة التحديثات.<br /><br /></div>
786
800
@@ -915,10 +929,11 @@ shorthand
915
929
├─Legal ("¹ قانوني")
916
930
├─Malware ("البرمجيات الخبيثة")
917
931
├─Proxy ("² خدمة بروكسي")
918
-
├─Spam ("خطر البريد المزعج")
932
+
├─Spam ("البريد المزعج")
919
933
├─Banned ("³ حظر")
920
934
├─BadIP ("³ IP غير صالح")
921
935
├─RL ("³ معدل محدود")
936
+
├─Conflict ("³ صراع")
922
937
└─Other ("⁴ آخر")
923
938
```
924
939
@@ -947,6 +962,29 @@ __نقاط النهاية البشرية والخدمات السحابية.__ ق
<divdir="rtl"><ul><li>عندما يكون هناك العديد من المحاولات المتزامنة للوصول إلى نفس الموارد (على سبيل المثال، الطلبات المتزامنة لعمليات PHP متعددة على نفس الجهاز لنفس الموارد)، فقد تفشل بعض هذه المحاولات. في حالة نادرة وغير محتملة أن يؤثر هذا على ملفات التوقيع أو الوحدات النمطية، قد يتم منع CIDRAM من اتخاذ قرار فعال بشأن الطلب. إذا حدث هذا، فهل يجب حظر الطلب، وما هي رسالة حالة HTTP التي يجب أن يرسلها CIDRAM؟</li></ul></div>
967
+
968
+
```
969
+
conflict_response
970
+
├─0 (لا تمنع الطلب.): إذا كنت تفضل حظر الطلبات فقط عندما تكون
971
+
│ متأكدًا من أنها خبيثة، أو اتخاذ جانب
972
+
│ الحذر فيما يتعلق بالإيجابيات الخاطئة (على
973
+
│ حساب حركة المرور غير المرغوب فيها التي
974
+
│ تمر أحيانًا)، فاختر هذا. إذا كنت تفضل حظر
975
+
│ الطلبات إذا لم تكن متأكدًا من سلامتها،
976
+
│ وتفضل أن تظل يقظًا (على حساب النتائج
977
+
│ الإيجابية الخاطئة في بعض الأحيان)، فاختر
978
+
│ أحد الخيارات الأخرى المتاحة.
979
+
├─409 (409 Conflict (صراع)): يوصى به في حالة تعارضات الموارد (على سبيل
980
+
│ المثال، تعارضات الدمج، وتعارضات الوصول
981
+
│ إلى الملفات، وما إلى ذلك). لا ينصح به في
982
+
│ سياقات أخرى.
983
+
└─429 (429 Too Many Requests (طلبات كثيرة جدا)): يوصى به لتحدود معدل، عند التعامل مع هجمات
Copy file name to clipboardExpand all lines: readme.de.md
+38-2Lines changed: 38 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,7 @@ Konfiguration (v3)
199
199
│ sensitive [string]
200
200
│ email_notification_address [string]
201
201
│ email_notification_name [string]
202
+
│ email_notification_when [string]
202
203
├───components
203
204
│ ipv4 [string]
204
205
│ ipv6 [string]
@@ -232,6 +233,7 @@ Konfiguration (v3)
232
233
│ default_tracktime [string]
233
234
│ infraction_limit [int]
234
235
│ tracking_override [bool]
236
+
│ conflict_response [int]
235
237
├───verification
236
238
│ search_engines [string]
237
239
│ social_media [string]
@@ -580,6 +582,8 @@ lang
580
582
├─ja ("日本語")
581
583
├─ko ("한국어")
582
584
├─lv ("Latviešu")
585
+
├─ml ("മലയാളം")
586
+
├─mr ("मराठी")
583
587
├─ms ("Bahasa Melayu")
584
588
├─nl ("Nederlandse")
585
589
├─no ("Norsk")
@@ -762,6 +766,16 @@ disabled_channels
762
766
##### „email_notification_name“ `[string]`
763
767
- Wenn Sie Benachrichtigungen von CIDRAM per E-Mail wünschen, z.B., wenn bestimmte Hilfsregeln ausgelöst werden, hier können Sie den Empfängernamen für diese Benachrichtigungen angeben.
764
768
769
+
##### „email_notification_when“ `[string]`
770
+
- Wann sollen Benachrichtigungen nach der Generierung gesendet werden.
771
+
772
+
```
773
+
email_notification_when
774
+
├─Immediately ("Sofort.")
775
+
├─After24Hours ("Nach 24 Stunden, gebündelt (oder bei manueller Auslösung, z.B., über Cron).")
776
+
└─ManuallyOnly ("Nur bei manueller Auslösung (z.B., über Cron).")
777
+
```
778
+
765
779
#### „components“ (Kategorie)
766
780
Konfiguration zur Aktivierung und Deaktivierung der von CIDRAM verwendeten Komponenten. Wird normalerweise von der Update-Seite ausgefüllt, aber kann auch von hier aus verwaltet werden, um eine genauere Kontrolle zu haben und für benutzerdefinierte Komponenten die von der Update-Seite nicht erkannt werden.
767
781
@@ -896,10 +910,11 @@ shorthand
896
910
├─Legal ("¹ Gesetzliche")
897
911
├─Malware ("Malware")
898
912
├─Proxy ("² Proxy-Service")
899
-
├─Spam ("Spam Risiko")
913
+
├─Spam ("Spam")
900
914
├─Banned ("³ Verbannt")
901
915
├─BadIP ("³ Ungültige IP")
902
916
├─RL ("³ Rate begrenzt")
917
+
├─Conflict ("³ Konflikt")
903
918
└─Other ("⁴ Andere")
904
919
```
905
920
@@ -928,6 +943,26 @@ __Menschliche Endpunkte und Cloud-Service.__ Cloud-Service können sich auf Webh
928
943
##### „tracking_override“ `[bool]`
929
944
- Sollten Module erlaubt sein Tracking-Optionen zu überschreiben? True = Ja [Standardeinstellung]; False = Nein.
930
945
946
+
##### „conflict_response“ `[int]`
947
+
- Wenn es zu viele gleichzeitige Versuche gibt auf dieselben Ressourcen zuzugreifen (z.B., gleichzeitige Anforderungen an mehrere PHP-Prozesse auf demselben Computer für dieselben Ressourcen), können einige dieser Versuche fehlschlagen. In dem seltenen und unwahrscheinlichen Fall dass Signaturdateien oder Module hiervon betroffen sind, kann CIDRAM möglicherweise keine wirksame Entscheidung über die Anfrage treffen. Wenn dies geschieht, sollte die Anforderung blockiert werden, und welche HTTP-Statusmeldung sollte CIDRAM senden?
948
+
949
+
```
950
+
conflict_response
951
+
├─0 (Blockieren die Anfrage nicht.): Wenn Sie es vorziehen dass Anfragen nur dann blockiert werden wenn Sie
952
+
│ sicher dass sie bösartig sind, oder wenn Sie auf Nummer sicher in Bezug auf
953
+
│ Falsche-Positives möchten (auf Kosten dessen, dass gelegentlich
954
+
│ unerwünschter Datenverkehr durchkommt), wählen Sie diese. Wenn Sie es
955
+
│ vorziehen dass Anfragen blockiert werden wenn Sie nicht sicher ob sie
956
+
│ harmlos sind, oder wenn Sie möchten lieber wachsam bleiben (auf Kosten
957
+
│ gelegentlicher Falsche-Positives), wählen Sie eine der anderen verfügbaren
958
+
│ Optionen.
959
+
├─409 (409 Konflikt): Empfohlen für Ressourcenkonflikte (z.B., Zusammenführungskonflikte,
960
+
│ Dateizugriffskonflikte, u.s.w.). Nicht in anderen Kontexten empfohlen.
961
+
└─429 (429 Too Many Requests (Zu viele Anfragen)): Empfohlen zur Ratenbegrenzung, beim Umgang mit DDoS-Angriffen, und zur
962
+
Verhinderung von Netzüberschwemmungen. Nicht in anderen Kontexten
963
+
empfohlen.
964
+
```
965
+
931
966
#### „verification“ (Kategorie)
932
967
Konfiguration zur Verifizierung woher Anfragen stammen.
933
968
@@ -1341,6 +1376,7 @@ used
1341
1376
├─PetalBot ("PetalBot")
1342
1377
├─Pinterest ("Pinterest")
1343
1378
├─Redditbot ("Redditbot")
1379
+
├─Skype ("Skype URL Preview")
1344
1380
├─Snapchat ("Snapchat")
1345
1381
├─Sogou ("Sogou/搜狗")
1346
1382
└─Yandex ("Yandex/Яндекс")
@@ -2370,4 +2406,4 @@ Detailliertere Informationen werden zu einem späteren Zeitpunkt hier in der Dok
2370
2406
---
2371
2407
2372
2408
2373
-
Zuletzt aktualisiert: 26. November 2024 (2024.11.26).
2409
+
Zuletzt aktualisiert: 9. Januar 2025 (2025.01.09).
Copy file name to clipboardExpand all lines: readme.en.md
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,7 @@ Configuration (v3)
199
199
│ sensitive [string]
200
200
│ email_notification_address [string]
201
201
│ email_notification_name [string]
202
+
│ email_notification_when [string]
202
203
├───components
203
204
│ ipv4 [string]
204
205
│ ipv6 [string]
@@ -232,6 +233,7 @@ Configuration (v3)
232
233
│ default_tracktime [string]
233
234
│ infraction_limit [int]
234
235
│ tracking_override [bool]
236
+
│ conflict_response [int]
235
237
├───verification
236
238
│ search_engines [string]
237
239
│ social_media [string]
@@ -578,6 +580,8 @@ lang
578
580
├─ja ("日本語")
579
581
├─ko ("한국어")
580
582
├─lv ("Latviešu")
583
+
├─ml ("മലയാളം")
584
+
├─mr ("मराठी")
581
585
├─ms ("Bahasa Melayu")
582
586
├─nl ("Nederlandse")
583
587
├─no ("Norsk")
@@ -758,6 +762,16 @@ disabled_channels
758
762
##### "email_notification_name" `[string]`
759
763
- If you've opted to receive notifications from CIDRAM via email, e.g., when specific auxiliary rules are triggered, you can specify the recipient name for those notifications here.
760
764
765
+
##### "email_notification_when" `[string]`
766
+
- When to send notifications after being generated.
767
+
768
+
```
769
+
email_notification_when
770
+
├─Immediately ("Immediately.")
771
+
├─After24Hours ("After 24 hours, bundled together (or when triggered manually, e.g., via cron).")
772
+
└─ManuallyOnly ("Only when triggered manually (e.g., via cron).")
773
+
```
774
+
761
775
#### "components" (Category)
762
776
Configuration for the activation and the deactivation of the components used by CIDRAM. Typically populated by the updates page, but can also be managed from here for finer control and for custom components not recognised by the updates page.
763
777
@@ -892,10 +906,11 @@ shorthand
892
906
├─Legal ("¹ Legal")
893
907
├─Malware ("Malware")
894
908
├─Proxy ("² Proxy")
895
-
├─Spam ("Spam risk")
909
+
├─Spam ("Spam")
896
910
├─Banned ("³ Banned")
897
911
├─BadIP ("³ Invalid IP")
898
912
├─RL ("³ Rate limited")
913
+
├─Conflict ("³ Conflict")
899
914
└─Other ("⁴ Other")
900
915
```
901
916
@@ -924,6 +939,23 @@ __Human endpoints and cloud services.__ Cloud service may refer to webhosting pr
- When there are too many simultaneous attempts to access the same resources (e.g., simultaneous requests to multiple PHP processes at the same machine for the same resources), some of those attempts may fail. In the rare and unlikely event that this affects signature files or modules, CIDRAM may be prevented from making an effective determination about the request. If this happens, should the request be blocked, and which HTTP status message should CIDRAM send?
944
+
945
+
```
946
+
conflict_response
947
+
├─0 (Don't block the request.): If you would prefer that requests be blocked only when you're certain
948
+
│ they're malign, or to err on the side of caution regarding false positives
949
+
│ (at the cost of unwanted traffic occasionally getting through), choose this.
950
+
│ If you would prefer that requests be blocked if you're not certain they're
951
+
│ benign, or to err on the side of vigilance (at the cost of occasional false
952
+
│ positives), choose one of the other available options.
Copy file name to clipboardExpand all lines: readme.es.md
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,7 @@ Configuración (v3)
199
199
│ sensitive [string]
200
200
│ email_notification_address [string]
201
201
│ email_notification_name [string]
202
+
│ email_notification_when [string]
202
203
├───components
203
204
│ ipv4 [string]
204
205
│ ipv6 [string]
@@ -232,6 +233,7 @@ Configuración (v3)
232
233
│ default_tracktime [string]
233
234
│ infraction_limit [int]
234
235
│ tracking_override [bool]
236
+
│ conflict_response [int]
235
237
├───verification
236
238
│ search_engines [string]
237
239
│ social_media [string]
@@ -580,6 +582,8 @@ lang
580
582
├─ja ("日本語")
581
583
├─ko ("한국어")
582
584
├─lv ("Latviešu")
585
+
├─ml ("മലയാളം")
586
+
├─mr ("मराठी")
583
587
├─ms ("Bahasa Melayu")
584
588
├─nl ("Nederlandse")
585
589
├─no ("Norsk")
@@ -762,6 +766,16 @@ disabled_channels
762
766
##### "email_notification_name" `[string]`
763
767
- Si ha optado por recibir notificaciones del CIDRAM por correo electrónico, por ejemplo, cuando se activan reglas auxiliares específicas, puede especificar el nombre del destinatario de esas notificaciones aquí.
764
768
769
+
##### "email_notification_when" `[string]`
770
+
- Cuándo enviar notificaciones después de ser generadas.
771
+
772
+
```
773
+
email_notification_when
774
+
├─Immediately ("Inmediatamente.")
775
+
├─After24Hours ("Después de 24 horas, agrupados juntos (o cuando se desencadena manualmente, por ejemplo, a través de cron).")
776
+
└─ManuallyOnly ("Sólo cuando se desencadena manualmente (por ejemplo, a través de cron).")
777
+
```
778
+
765
779
#### "components" (Categoría)
766
780
Configuración para la activación y la desactivación de los componentes utilizados por CIDRAM. Normalmente se administra desde la página de actualizaciones, pero también se puede administrar desde aquí para un control más preciso y para los componentes personalizados que la página de actualizaciones no reconoce.
767
781
@@ -896,10 +910,11 @@ shorthand
896
910
├─Legal ("¹ Legal")
897
911
├─Malware ("Malware")
898
912
├─Proxy ("² Proxy")
899
-
├─Spam ("Riesgo de spam")
913
+
├─Spam ("Spam")
900
914
├─Banned ("³ Prohibido")
901
915
├─BadIP ("³ IP no válida")
902
916
├─RL ("³ Tarifa limitada")
917
+
├─Conflict ("³ Conflicto")
903
918
└─Other ("⁴ Otro")
904
919
```
905
920
@@ -928,6 +943,23 @@ __Puntos finales humanos y servicios en la nube.__ Servicio en la nube puede ref
928
943
##### "tracking_override" `[bool]`
929
944
- ¿Permitir que los módulos reemplacen las opciones de seguimiento? True = Sí [Predefinido]; False = No.
930
945
946
+
##### "conflict_response" `[int]`
947
+
- Cuando hay demasiados intentos simultáneos de acceder a los mismos recursos (por ejemplo, solicitudes simultáneas a múltiples procesos PHP en la misma máquina para los mismos recursos), algunos de esos intentos pueden fallar. En el caso poco común y poco probable de que esto afecte a los archivos de firma o los módulos, es posible que CIDRAM no pueda tomar una determinación efectiva sobre la solicitud. ¿Si esto sucede, se debe bloquear la solicitud, y qué mensaje de estado HTTP debe enviar CIDRAM?
948
+
949
+
```
950
+
conflict_response
951
+
├─0 (No bloquees la solicitud.): Si prefiere que las solicitudes se bloqueen solo cuando esté seguro de que
952
+
│ son malignas, o prefiere pecar de cauteloso con respecto a los falsos
953
+
│ positivos (a costa de que ocasionalmente entre tráfico no deseado), elija
954
+
│ esta opción. Si prefiere que se bloqueen las solicitudes si no está seguro
955
+
│ de que sean benignas, o prefiere pecar de vigilante (a costa de producir
956
+
│ falsos positivos ocasionales), elija una de las otras opciones disponibles.
957
+
├─409 (409 Conflicto): Recomendado para conflictos de recursos (por ejemplo, conflictos de fusión,
958
+
│ conflictos de acceso a archivos, etc). No recomendado en otros contextos.
959
+
└─429 (429 Too Many Requests (Demasiadas solicitudes)): Recomendado para la limitación de tasa, cuando se trata de ataques DDoS, y
960
+
para la prevención de inundaciones. No recomendado en otros contextos.
961
+
```
962
+
931
963
#### "verification" (Categoría)
932
964
Configuración para verificar de dónde se originan las solicitudes.
933
965
@@ -1339,6 +1371,7 @@ used
1339
1371
├─PetalBot ("PetalBot")
1340
1372
├─Pinterest ("Pinterest")
1341
1373
├─Redditbot ("Redditbot")
1374
+
├─Skype ("Skype URL Preview")
1342
1375
├─Snapchat ("Snapchat")
1343
1376
├─Sogou ("Sogou/搜狗")
1344
1377
└─Yandex ("Yandex/Яндекс")
@@ -2358,4 +2391,4 @@ Se incluirá información más detallada aquí, en la documentación, en un mome
2358
2391
---
2359
2392
2360
2393
2361
-
Última Actualización: 26 de Noviembre de 2024 (2024.11.26).
2394
+
Última Actualización: 9 de Enero de 2025 (2025.01.09).
0 commit comments