Commit ab6330f0 authored by Jos Schellevis's avatar Jos Schellevis

(proxy) update examples of regular expressions for black and whitelist

parent 88758895
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<subtab id="proxy-general-cache-local" description="Local Cache Settings"> <subtab id="proxy-general-cache-local" description="Local Cache Settings">
<field> <field>
<id>proxy.general.cache.local.enabled</id> <id>proxy.general.cache.local.enabled</id>
<label>Enable local cache.</label> <label>Enable local cache (requires service restart)</label>
<type>checkbox</type> <type>checkbox</type>
<help><![CDATA[Enable or disable the local cache.<br/> <help><![CDATA[Enable or disable the local cache.<br/>
Curently only ufs directory cache type is supported.<br/> Curently only ufs directory cache type is supported.<br/>
...@@ -250,10 +250,10 @@ ...@@ -250,10 +250,10 @@
You may use a regular expression, use a comma or press Enter for new item.<br/> You may use a regular expression, use a comma or press Enter for new item.<br/>
<div class="alert alert-info"> <div class="alert alert-info">
<b>Examples:</b><br/> <b>Examples:</b><br/>
<b class="text-primary">.mydomain.com</b> -> matches on <b>*.mydomain.com</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">^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">\.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">\[0-9]+\.gif$</b> -> matches on <b>\123.gif</b> but not on <b class="text-danger">\test.gif</b><br/>
</div> </div>
<div class="text-info"><b>TIP: </b>You can also paste a comma separated list into this field.</div>]]></help> <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> <hint>Regular expressions are allowed.</hint>
...@@ -268,10 +268,10 @@ ...@@ -268,10 +268,10 @@
You may use a regular expression, use a comma or press Enter for new item.<br/> You may use a regular expression, use a comma or press Enter for new item.<br/>
<div class="alert alert-info"> <div class="alert alert-info">
<b>Examples:</b><br/> <b>Examples:</b><br/>
<b class="text-primary">.mydomain.com</b> -> matches on <b>*.mydomain.com</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">^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">\.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">\[0-9]+\.gif$</b> -> matches on <b>\123.gif</b> but not on <b class="text-danger">\test.gif</b><br/>
</div> </div>
<div class="text-info"><b>TIP: </b>You can also paste a comma separated list into this field.</div>]]></help> <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> <hint>Regular expressions are allowed.</hint>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment