From 1d35485dac3b46256887b3a4072681254746ff05 Mon Sep 17 00:00:00 2001 From: ppworks Date: Thu, 1 Feb 2024 11:06:03 +0900 Subject: [PATCH] Prevent exception --- lib/html_pipeline/sanitization_filter.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/html_pipeline/sanitization_filter.rb b/lib/html_pipeline/sanitization_filter.rb index eaddc2cb..7edba4a5 100644 --- a/lib/html_pipeline/sanitization_filter.rb +++ b/lib/html_pipeline/sanitization_filter.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true +require 'selma' class HTMLPipeline # A special filter with sanization routines and allowlists. This module defines