Commit fb91e313 authored by Ad Schellevis's avatar Ad Schellevis

(proxy) style changes

parent 263c2f4a
...@@ -235,9 +235,7 @@ ...@@ -235,9 +235,7 @@
<id>proxy.forward.sslurlonly</id> <id>proxy.forward.sslurlonly</id>
<label>SSL URL Only</label> <label>SSL URL Only</label>
<type>checkbox</type> <type>checkbox</type>
<help><![CDATA[ <help>Do not filter content, only url</help>
Dont filter content, only url
]]></help>
</field> </field>
<field> <field>
<id>proxy.forward.sslbumpport</id> <id>proxy.forward.sslbumpport</id>
......
...@@ -47,6 +47,7 @@ acl bump_step2 at_step SslBump2 ...@@ -47,6 +47,7 @@ acl bump_step2 at_step SslBump2
acl bump_step3 at_step SslBump3 acl bump_step3 at_step SslBump3
acl bump_nobumpsites ssl::server_name "/usr/local/etc/squid/nobumpsites.acl" acl bump_nobumpsites ssl::server_name "/usr/local/etc/squid/nobumpsites.acl"
# configure bump
ssl_bump peek bump_step1 all ssl_bump peek bump_step1 all
{% if helpers.exists('OPNsense.proxy.forward.sslurlonly') and OPNsense.proxy.forward.sslurlonly == '1' %} {% if helpers.exists('OPNsense.proxy.forward.sslurlonly') and OPNsense.proxy.forward.sslurlonly == '1' %}
ssl_bump splice all ssl_bump splice all
......
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