Files
rails-solicitudes/app/controllers/application_controller.rb
2026-04-06 22:13:54 +00:00

6 lines
230 B
Ruby

class ApplicationController < ActionController::Base
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
allow_browser versions: :modern
skip_forgery_protection
end