Better icon for owner

This commit is contained in:
Girish Ramakrishnan
2020-03-06 11:14:25 -08:00
parent 966960c64b
commit 1273dbde76
2 changed files with 3 additions and 3 deletions

View File

@@ -790,7 +790,7 @@
</div>
<div class="form-group">
<label class="control-label" style="width: 100%">Content Security Policy<sup><a ng-href="{{ config.webServerOrigin }}/documentation/apps/#custom-csp" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup> </label>
<label class="control-label" style="width: 100%">Content Security Policy <sup><a ng-href="{{ config.webServerOrigin }}/documentation/apps/#custom-csp" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup> </label>
<p>Setting this option will override any CSP headers sent by the app itself</p>
<textarea ng-model="security.csp" placeholder="default-src 'self'; frame-ancestors 'none';" class="form-control" rows="2"></textarea>
</div>