Set HTTP secure headers
Safeguard server and user data with HTTP secure headers.
HTTP secure headers protect user privacy by encrypting user-server
communication with Strict-Transport-Security (HSTS), by specifying the trusted content
from permitted sources that loads onto the web page with Content-Security-Policy (CSP),
and by blocking content file types related to confusion attacks with
X-Content-Type-Options.
To guard against possible malicious attacks that can breach web security,
Oracle highly recommends adding Strict-Transport-Security (HSTS),
Content-Security-Policy (CSP), and X-Content-Type-Options security
headers.
You can configure Oracle HTTP Server (OHS) during the WebLogic install.
For details, please refer to Administering Security for Oracle HTTP
Server at https://docs.oracle.com/en/middleware/fusion-middleware/web-tier/12.2.1.4/secure-ohs/introduction-oracle-http-server-security.html.