How to hide “ln” and “v” implementation/version related parameters for PrimeFaces resources
I'm using primefaces and primefaces-extensions in my application. For each and every resources like .css and .js files there's also an "ln" and "v" query parameters in the GET request for that resource, like below: primefaces-extensions.js?ln=primefaces-extension&v=6.1 validation.js?ln=primefaces&v=6.1 As a security concern, since these parameters shows the exact version of the framework I'm using, how can I hide them? Hiding the 'ln' is kind of useless since with a very small amount of effort, you can get the same information from the javascript files and the source of the page too ('PF() is