Kernel::WebApp::Plugin::2300ProhibitDirectApplicationAccess

NAME

Kernel::WebApp::Plugin::2300ProhibitDirectApplicationAccess – Prohibit direct access to application HTML.

PUBLIC INTERFACE

register()

Generated applications must be called only with their registered routes and not directly as index.html from the public directory, to make sure that all our response headers are properly set.

Scroll to Top