By design, Indico doesn’t add csrf token to unauthenticated access.
Indico returns a "Bad Request" error in case of malformed input.
The response does not contain sensitive, personal or user-specific information so is OK to be cached.
SRI is mostly used in assets served by CDN, in this case the assets are served directly from our server.
The Ajax Spider scan is not a good fit for the integration test.
Specifying Domain is less restrictive than omitting it. Read more about it in Cookies.
This alert is being raised for paths /admin and /rooms because Indico redirects to /admin/settings and /rooms/book. There is no action regarding cache to do about it since the redirect is expected.
The comments do not contain sensitive information.
We are not setting this one because "The cookie-sending behavior if SameSite is not specified is SameSite=Lax. Previously the default was that cookies were sent for all requests." Read more about it in SameSite.
False positive by getting "eval" string.
More information in eval.
Permissions are features offered by the browser through an API. You have to specify every permission separately, so setting a value for this header could negatively impact the user experience.
More information in Permissions Policy.
By enabling CSP Header, some features while creating events don't work as expected so we are ignoring this alert.