Overview

[ADMIN] Get Configuration Settings for Content Security Policy (CSP).

Summary

This endpoint gets configuration values Content Security Policy (CSP). This endpoint is only available to administrators.

Request Arguments

This endpoint does not accept any arguments.

Response

{
    "csp_default_src": "google.com *.example.ca"
}

Change Log

Version Change
v11_10 Added Administration/csp GET endpoint.