cancel
Showing results for 
Search instead for 
Did you mean: 

Could I add a custom header to an HCP html5 application?

Former Member
0 Kudos

I need to add the header below to an HCP html5 application, to avoid click-jacking

  • X-Frame-Options: DENY

I already check the documentacion below:

But I didn't the header in the server response.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello there,

I thin you can achieve that during bootstrap, in some cases like integration tests, you will actually want frames.
<scriptid='sap-ui-bootstrap'src='resources/sap-ui-core.js'

data-sap-ui-frameOptions='deny'></script>