4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
|
**
** If this setting is an empty string or is omitted, then
** the following default Content Security Policy is used:
**
** default-src 'self' data:;
** script-src 'self' 'nonce-$nonce';
** style-src 'self' 'unsafe-inline';
**
** The default CSP is recommended. The main reason to change
** this setting would be to add CDNs from which it is safe to
** load additional content.
*/
/*
** SETTING: uv-sync boolean default=off
|
>
|
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
|
**
** If this setting is an empty string or is omitted, then
** the following default Content Security Policy is used:
**
** default-src 'self' data:;
** script-src 'self' 'nonce-$nonce';
** style-src 'self' 'unsafe-inline';
** img-src *;
**
** The default CSP is recommended. The main reason to change
** this setting would be to add CDNs from which it is safe to
** load additional content.
*/
/*
** SETTING: uv-sync boolean default=off
|