Can HSTS be enabled for arcotadmin application on WebLogic Server?
Symantec Advanced Authentication 9.1.x
Oracle Weblogic Server
HSTS cannot be addressed through Javascript as it is a client-side code, and HTTP headers are set by the server during the response phase. JavaScript cannot directly control HTTP headers.
To manage security headers like Strict-Transport-Security, you must configure the application server properly.
To enable HSTS for arcotadmin application in Weblogic server, you can refer to the section HTTP Strict Transport Security in Weblogic documentation.