<!--- Please keep this note for other contributors --> ### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. * Subscribe to receive notifications on status change and new comments. --- ## Feature request Current process: 1. App adds a frontend script 2. Frontend makes an HTTP request to check for ToS being accepted Proposal: 1. Check for ToS on Backend 2. Only add the frontend script if it is necessary Result: - Removes an unnecessary script from the page which is actually needed only once per user - Removes HTTP request for a data that we could check in the first request