1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-11 06:45:01 +12:00

Updated Raw settings (markdown)

Raymond Hill 2018-01-11 17:40:50 -05:00
parent 2949eea9aa
commit ff07bc87f0

@ -4,6 +4,15 @@ Keep in mind that any of these raw settings may be removed in the future, more m
To restore any one setting to its original built-in value, just remove the whole setting.
***
#### `disableCSPReportInjection`
- Type: boolean
- `false` (default): do inject a `Content-Security-Policy-Report-Only` header in response headers, as needed.
- `true`: never inject a `Content-Security-Policy-Report-Only` header in response headers.
The `Content-Security-Policy-Report-Only` is currently injected by uMatrix to detect the use of web workers on a site, when web workers are not forbidden.
***
#### `framePlaceholder`