Disabling Content Security Policy in JD Edwards Application
To disable the CSP using the soft-coding record:
- Access the P954000 application.
- Click Add.
- In the User/Role field, enter the EnterpriseOne user, role, or *PUBLIC.
- In the Environment Name field, enter the EnterpriseOne environment for which you are creating a record for allowed domain and attributes.
- In the Template Name field, enter
CSP_ALLOWED_DIRECTIVE_SCHEME
.Note: You can use the Visual Assist (Search) icon to search for and select the CSP_ALLOWED_DIRECTIVE_SCHEME template. - In the Soft Coding Key field, enter
CSP_ALLOWED_DIRECTIVE_SCHEME
. - Click the Populate Soft Coding Value button to populate the Soft Coding
Description and Soft Coding Value fields with the information from the
CSP_ALLOWED_DIRECTIVE_SCHEME template.Note: The Record Type field is left blank by default.
-
In the Soft Coding Value field, replace
csp_directive
andcsp_directive_value
withENABLE_CSP
andFALSE
respectively as shown in the following example:<allow_content_security_policy> <properties> <property><name>ENABLE_CSP</name><value>FALSE</value></property> </properties> </allow_content_security_policy>
- Click OK to save the record.
Note: You must log out and log back in to the JD Edwards EnterpriseOne
application to apply CSP_ALLOWED_DIRECTIVE_SCHEME for the JD Edwards EnterpriseOne
application.