Package com.atlassian.confluence.util
Class SecurityHeadersHelper
- java.lang.Object
-
- com.atlassian.confluence.util.SecurityHeadersHelper
-
@Deprecated(forRemoval=true) public final class SecurityHeadersHelper extends Object
Deprecated, for removal: This API element is subject to removal in a future version.since 8.9, replaced byConfluenceHttpHeaderSecurityFilter
.Add headers to prevent security problems.- Since:
- 7.5.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISABLE_CLICKJACKING_PROTECTION_PROPERTY
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description SecurityHeadersHelper()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
intercept(javax.servlet.http.HttpServletResponse response)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
DISABLE_CLICKJACKING_PROTECTION_PROPERTY
public static final String DISABLE_CLICKJACKING_PROTECTION_PROPERTY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-