include whitespace before appended text on checkup page

This commit is contained in:
ansuz 2022-12-07 13:13:19 +05:30
parent ed981f2b63
commit afdc4b72d3
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ define([
'child-src': '',
'frame-src': '',
'script-src': '',
'connect-src': "This rule restricts which URLs can be loaded by scripts. Overly permissive settings can allow users to be tracking using external resources, while overly restrictive settings may block pages from loading entirely.",
'connect-src': " This rule restricts which URLs can be loaded by scripts. Overly permissive settings can allow users to be tracked using external resources, while overly restrictive settings may block pages from loading entirely.",
'img-src': '',
'media-src': '',
'worker-src': '',