mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
(proxy) update examples of regular expressions for black and whitelist
This commit is contained in:
parent
88758895d1
commit
ab6330f05f
@ -87,7 +87,7 @@
|
||||
<subtab id="proxy-general-cache-local" description="Local Cache Settings">
|
||||
<field>
|
||||
<id>proxy.general.cache.local.enabled</id>
|
||||
<label>Enable local cache.</label>
|
||||
<label>Enable local cache (requires service restart)</label>
|
||||
<type>checkbox</type>
|
||||
<help><![CDATA[Enable or disable the local cache.<br/>
|
||||
Curently only ufs directory cache type is supported.<br/>
|
||||
@ -250,10 +250,10 @@
|
||||
You may use a regular expression, use a comma or press Enter for new item.<br/>
|
||||
<div class="alert alert-info">
|
||||
<b>Examples:</b><br/>
|
||||
<b class="text-primary">.mydomain.com</b> -> matches on <b>*.mydomain.com</b><br/>
|
||||
<b class="text-primary">^http(s|)://([a-zA-Z]+)\.mydomain\.*</b> -> matches on <b>http(s)://*.mydomain.*</b><br/>
|
||||
<b class="text-primary">\\.+\.gif$</b> -> matches on <b>\*.gif</b> but not on <b class="text-danger">\*.gif\test</b><br/>
|
||||
<b class="text-primary">\\.+[0-9]+\.gif$</b> -> matches on <b>\123.gif</b> but not on <b class="text-danger">\test.gif</b><br/>
|
||||
<b class="text-primary">mydomain.com</b> -> matches on <b>*.mydomain.com</b><br/>
|
||||
<b class="text-primary">^https?:\/\/([a-zA-Z]+)\.mydomain\.</b> -> matches on <b>http(s)://textONLY.mydomain.*</b><br/>
|
||||
<b class="text-primary">\.gif$</b> -> matches on <b>\*.gif</b> but not on <b class="text-danger">\*.gif\test</b><br/>
|
||||
<b class="text-primary">\[0-9]+\.gif$</b> -> matches on <b>\123.gif</b> but not on <b class="text-danger">\test.gif</b><br/>
|
||||
</div>
|
||||
<div class="text-info"><b>TIP: </b>You can also paste a comma separated list into this field.</div>]]></help>
|
||||
<hint>Regular expressions are allowed.</hint>
|
||||
@ -268,10 +268,10 @@
|
||||
You may use a regular expression, use a comma or press Enter for new item.<br/>
|
||||
<div class="alert alert-info">
|
||||
<b>Examples:</b><br/>
|
||||
<b class="text-primary">.mydomain.com</b> -> matches on <b>*.mydomain.com</b><br/>
|
||||
<b class="text-primary">^http(s|)://([a-zA-Z]+)\.mydomain\.*</b> -> matches on <b>http(s)://*.mydomain.*</b><br/>
|
||||
<b class="text-primary">\\.+\.gif$</b> -> matches on <b>\*.gif</b> but not on <b class="text-danger">\*.gif\test</b><br/>
|
||||
<b class="text-primary">\\.+[0-9]+\.gif$</b> -> matches on <b>\123.gif</b> but not on <b class="text-danger">\test.gif</b><br/>
|
||||
<b class="text-primary">mydomain.com</b> -> matches on <b>*.mydomain.com</b><br/>
|
||||
<b class="text-primary">^https?:\/\/([a-zA-Z]+)\.mydomain\.</b> -> matches on <b>http(s)://textONLY.mydomain.*</b><br/>
|
||||
<b class="text-primary">\.gif$</b> -> matches on <b>\*.gif</b> but not on <b class="text-danger">\*.gif\test</b><br/>
|
||||
<b class="text-primary">\[0-9]+\.gif$</b> -> matches on <b>\123.gif</b> but not on <b class="text-danger">\test.gif</b><br/>
|
||||
</div>
|
||||
<div class="text-info"><b>TIP: </b>You can also paste a comma separated list into this field.</div>]]></help>
|
||||
<hint>Regular expressions are allowed.</hint>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user