parameter_pollution
40 sites
No security coverage
The HTTP Parameter Pollution module is designed to mitigate HTTP Parameter Pollution issues.
It inspects incoming GET requests for duplicate query parameters and sanitizes the URL by removing earlier duplicates—keeping only the last occurrence of each parameter. When duplicates are found, the module rebuilds the query string and automatically redirects the user to the cleaned URL.