1class ApplicationController < ActionController::Base
2 # Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
3 allow_browser versions: :modern
4
5 # Changes to the importmap will invalidate the etag for HTML responses
6 stale_when_importmap_changes
7end