We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 395d595 + 8a53136 commit 8223836Copy full SHA for 8223836
lib/html_pipeline/sanitization_filter.rb
@@ -1,5 +1,6 @@
1
# frozen_string_literal: true
2
-require 'selma'
+
3
+require "selma"
4
5
class HTMLPipeline
6
# A special filter with sanization routines and allowlists. This module defines
lib/html_pipeline/version.rb
@@ -1,5 +1,5 @@
- VERSION = "3.0.2"
+ VERSION = "3.0.3"
end
0 commit comments