As of Kirby 5, the site controller automatically passes data to all templates.
This is generally a helpful change, but I often work on restricted websites (where the vast majority of the site is protected behind a login), and this change has introduced a bit more faff in managing this.
It would be great to have a method to disallow the site controller from executing for specific templates.