Connection Server complies with certain World Wide Web Consortium (W3) standards.
- Cross-Origin Resource Sharing (CORS) constrains client-side cross-origin requests. You can activate it by adding the entry
enableCORS=trueor deactivate it by adding the entryenableCORS=falsetolocked.properties. - Content Security Policy (CSP), which mitigates a broad class of content injection vulnerabilities, is activated by default. You can deactivate it by adding the entry
enableCSP=falsetolocked.properties.
Was this page helpful?