This commit is contained in:
Ashish Poddar 2021-03-24 14:34:53 +05:30 коммит произвёл GitHub
Родитель b7bb676fe6
Коммит 418c59ce6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -8,12 +8,12 @@
</app-checkbox-list>
</app-collapsible>
<app-collapsible title="Runtime Blocked Hosts" description="Runtime Blocked Hosts">
<app-collapsible title="Runtime Blocked Hosts" description="List of websites you specify will not be accessible to extensions">
<app-item-list [validator]="matchPatterValidator" (onListChanged)="runtimeBlockedHostsChanged($event)">
</app-item-list>
</app-collapsible>
<app-collapsible title="Runtime Allowed Hosts" description="Runtime Allowed Hosts">
<app-collapsible title="Runtime Allowed Hosts" description="Only the list of websites you specify will be accessible to extensions">
<app-item-list [validator]="matchPatterValidator" (onListChanged)="runtimeAllowedHostsChanged($event)">
</app-item-list>
</app-collapsible>
@ -33,7 +33,7 @@
(onListChanged)="allowedExtensionsChanged($event)"></app-item-list>
</app-collapsible>
<app-collapsible title="Force Installed Extensions" description="Force Installed Extensions">
<app-collapsible title="Force Installed Extensions" description="Add the extensions that you want to silently install in your organization">
<app-item-list placeholder="extension_id;update_url" [validator]="forceInstallEntryValidator"
(onListChanged)="forceInstallListChanged($event)"></app-item-list>
</app-collapsible>
@ -55,4 +55,4 @@
<button (click)="generateJSON()">Generate JSON</button>
<br><br>
<textarea *ngIf="generatedJson" disabled="true" cols="150" rows="10">{{generatedJson}}</textarea>
</div>
</div>