class DataStyleSanitizer::Middleware

def html_response?(headers)

def html_response?(headers)
  headers["Content-Type"]&.include?("text/html")
end