lib/htmlcompressor/rack.rb in htmlcompressor-0.1.2 vs lib/htmlcompressor/rack.rb in htmlcompressor-0.2.0
- old
+ new
@@ -15,10 +15,10 @@
:remove_style_attributes => true,
:remove_link_attributes => true,
:remove_form_attributes => false,
:remove_input_attributes => true,
:remove_javascript_protocol => true,
- :remove_http_protocol => true,
+ :remove_http_protocol => false,
:remove_https_protocol => false,
:preserve_line_breaks => false,
:simple_boolean_attributes => true
}
\ No newline at end of file