remove skip_forgery_protection

This commit is contained in:
riggraz
2025-02-06 22:19:04 +01:00
parent 71cf5b2e1c
commit c8413685d8

View File

@@ -1,6 +1,4 @@
class LocalFilesController < ApplicationController class LocalFilesController < ApplicationController
skip_forgery_protection
def show def show
blob = ActiveStorage::Blob.find_by(key: params[:key]) blob = ActiveStorage::Blob.find_by(key: params[:key])