From b2b88253f5cc4221b01ed860b02ae156941e03ce Mon Sep 17 00:00:00 2001 From: pdp8 Date: Sun, 23 Apr 2023 16:37:01 +0200 Subject: http signatures (beware of encodings!) --- config.ru | 1 - 1 file changed, 1 deletion(-) (limited to 'config.ru') diff --git a/config.ru b/config.ru index e2aedfd..535b79a 100644 --- a/config.ru +++ b/config.ru @@ -2,5 +2,4 @@ require_relative './application.rb' require 'rack/protection' use Rack::Protection, :except => :session_hijacking use Rack::Reloader -# use Rack::ContentType, "application/ld+json" run Application.new -- cgit v1.2.3