You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to add more response headers to ignore? I would like to ignore the response header "Referrer-Policy" that is added by a gateway. I looked at this class RamlChecker and there is a predefined DefaultHeaders.RESPONSE.
For X headers there is RamlDefinition.ignoringXheaders(). In the same way I would like to know if its possible something like that but to "Referrer-Policy".
The text was updated successfully, but these errors were encountered:
Is there a way to add more response headers to ignore? I would like to ignore the response header "Referrer-Policy" that is added by a gateway. I looked at this class RamlChecker and there is a predefined DefaultHeaders.RESPONSE.
For X headers there is RamlDefinition.ignoringXheaders(). In the same way I would like to know if its possible something like that but to "Referrer-Policy".
The text was updated successfully, but these errors were encountered: