mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-23 00:25:15 +01:00
Options page updated (#613)
This commit is contained in:
parent
651d19bfa6
commit
0aad7654de
@ -107,7 +107,7 @@
|
||||
<textarea rows="7" id="allowlistedDomains" class="input-text without-checkbox" data-option="allowlistedDomains" type="text"></textarea>
|
||||
<div class="description-option without-checkbox">
|
||||
<span data-i18n-content="allowlistedDomainsDescription">Enter domains to disable LocalCDN there. One domain per line.</span><br><br>
|
||||
<span class="monoblock">domain.com<br>sub.domain.com<br>*.wildcard-domain.com</span>
|
||||
<span class="monoblock">✅ example.com<br>✅ sub.example.com<br>✅ *.example.com<br>❌ https://example.com<br>❌ https://*.example.com<br>❌ https://example.com/page/example.html</span>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
@ -152,7 +152,7 @@
|
||||
<div class="description-option"><textarea rows="7" id="allowedDomainsGoogleFonts" class="input-text without-checkbox" data-option="allowedDomainsGoogleFonts" type="text"></textarea></div>
|
||||
<div class="description-option">
|
||||
<span data-i18n-content="labelDomainsAllowlistGoogleFonts">These domains are allowed to load Google Fonts. One domain per line.</span><br>
|
||||
<span class="monoblock">✅ example.com<br>✅ sub.example.com<br>❌ https://example.com<br>❌ https://*.example.com<br>❌ https://example.com/page/example.html</span>
|
||||
<span class="monoblock">✅ example.com<br>✅ sub.example.com<br>✅ *.example.com<br>❌ https://example.com<br>❌ https://*.example.com<br>❌ https://example.com/page/example.html</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@ -183,10 +183,9 @@
|
||||
<div id="html-filter-domains-title-exclude" class="title-option without-checkbox" data-i18n-content="htmlFilterDomainsTitleExclude">Do not apply HTML filter to these domains:</div>
|
||||
<div id="html-filter-domains-title-include" class="title-option without-checkbox" data-i18n-content="htmlFilterDomainsTitleInclude">Apply HTML filter to these domains:</div>
|
||||
<textarea rows="7" id="domainsManipulateDOM" class="input-text without-checkbox" data-option="domainsManipulateDOM" type="text"></textarea>
|
||||
<!-- <div class="description-option without-checkbox" data-i18n-content="htmlFilterDomainsDescription">Enter the domains to be handled or ignored by the HTML filter. One domain per line.</div> -->
|
||||
<div class="description-option without-checkbox">
|
||||
<span data-i18n-content="htmlFilterDomainsDescription">Enter the domains to be handled or ignored by the HTML filter. One domain per line.</span><br>
|
||||
<span class="monoblock">✅ example.com<br>✅ sub.example.com<br>❌ https://example.com<br>❌ https://*.example.com<br>❌ https://example.com/page/example.html</span>
|
||||
<span class="monoblock">✅ example.com<br>✅ sub.example.com<br>✅ *.example.com<br>❌ https://example.com<br>❌ https://*.example.com<br>❌ https://example.com/page/example.html</span>
|
||||
</div>
|
||||
</section>
|
||||
<section class="option">
|
||||
|
Loading…
Reference in New Issue
Block a user