HTTP response headers
HTTP response headers let clients and servers pass additional information with an HTTP request or response. InCollibra, you can configure the HTTP response headers to improve security against a wide range of threats, such as Cross-Site-Scripting (XSS), UI redressing (clickjacking), MIME type sniffing and other types of attacks.
Configuration of HTTP response headers and scopes
HTTP response headers are configured in scopes, which consist of a URL pattern and one or more HTTP response headers. On each request,Collibrachecks the URL and uses the HTTP response headers of all matching URL patterns.
The tables below shows the packaged HTTP response headers and their URL patterns.
Collibra Data Governance Center
- 2021.06 onwards
- 2021.05
| URL pattern | HTTP response header | |
|---|---|---|
|
Name |
Value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/rest/**
|
|
default-src 'none';
|
|
|
|
|
|
|
|
SAMEORIGIN
|
|
|
default-src 'none';
|
|
|
|
|
|
|
|
|
|
| URL pattern | HTTP response header | |
|---|---|---|
|
Name |
Value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/rest/**
|
|
default-src 'none';
|
|
|
|
|
|
|
|
SAMEORIGIN
|
|
|
default-src 'none';
|
|
|
|
|
|
|
|
|
|
Collibra Console
| URL pattern | HTTP response header | |
|---|---|---|
|
Name |
Value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/rest/**
|
|
default-src 'none';
|
|
|
|
|
|
|
|
SAMEORIGIN
|
|
|
default-src 'none';
|
|
|
|
|
|
|
|
|
|
Whitelists
Whitelists contain the list of trusted web domains to allow safe client-side integrations. Similar to explicit web domains, you can use references to whitelists in HTTP response headers to ignore the HTTP response headers for trusted web domains.
If you have the required permissions, you canedit the whitelists of the HTTP response headers.
Further reading
For more information about HTTP response headers, see the following external sources: