blob: 94e7183f074df8ca6779d1c150cb1cfe18ba6b25 (
plain) (
tree)
|
|
class ApplicationController < ActionController::Base
include Authentication
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
allow_browser versions: :modern
end
|