See: Description
| Class | Description |
|---|---|
| AuthFilter | Filter to check for valid session on all console requests. |
| SameSiteCookieFilter | Adds SameSite=Lax to all cookies in Set-Cookie headers as defense-in-depth. |
| SessionManager | Simple session manager for console authentication. |
| XI2PLocationFilter | Adds a header, X-I2P-Location, to requests when they do **not** come in on an I2P hostname. |
| XSSFilter | Filter to prevent XSS attacks. |
| XSSRequestWrapper | Request wrapper to prevent XSS attacks. |
Servlet filters for the I2P router console web application, providing authentication, session management, and security header enforcement.
This package contains:
Since 0.9.14