2025-08-05 16:11:24 +02:00
|
|
|
class ApplicationController < ActionController::Base
|
2026-01-12 15:52:27 +01:00
|
|
|
include Authentication
|
2025-08-05 16:11:24 +02:00
|
|
|
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
|
2025-09-27 11:03:09 +00:00
|
|
|
# allow_browser versions: :modern
|
2025-08-05 16:11:24 +02:00
|
|
|
end
|