- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for propios (0.05 seconds)
-
AI_POLICY.md
## What we expect from contributors 1. **Understand the content you submit, PRs as well as issues, and be able to explain it.** Our goal is for humans to use AI tools intentionally and with full control, rather than merely serving as proxies for AI agents. If you cannot explain the reason for something, we will assume you do not understand it, and the PR or issue will likely be closed.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/resources/fess_config.properties
rate.limit.whitelist.ips=127.0.0.1,::1 # Comma-separated list of blocked IPs. rate.limit.blocked.ips= # Comma-separated list of trusted proxy IPs. Only trust X-Forwarded-For/X-Real-IP from these IPs. rate.limit.trusted.proxies=127.0.0.1,::1 # Number of requests between cleanup operations to prevent memory leaks. rate.limit.cleanup.interval=1000 # Virtual Host: Host:fess.codelibs.org=fess virtual.host.headers=
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String RATE_LIMIT_BLOCKED_IPS = "rate.limit.blocked.ips"; /** The key of the configuration. e.g. 127.0.0.1,::1 */ String RATE_LIMIT_TRUSTED_PROXIES = "rate.limit.trusted.proxies"; /** The key of the configuration. e.g. 1000 */ String RATE_LIMIT_CLEANUP_INTERVAL = "rate.limit.cleanup.interval"; /** The key of the configuration. e.g. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)