add security headers

This commit is contained in:
Pete Matsyburka
2026-05-18 16:11:16 +03:00
parent 7fe56941fd
commit 6806772346
4 changed files with 14 additions and 0 deletions
@@ -9,6 +9,7 @@ module Api
before_action :set_cors_headers
before_action :set_noindex_headers
before_action :set_security_headers
def show
blob_uuid, purp, exp = ApplicationRecord.signed_id_verifier.verified(params[:signed_uuid])