Don't let users override skuid pages

I have followed the tutorial here many times to override pages : http://help.skuidify.com/m/page-assignments-and-overrides/l/102648-override-a-standard-salesforce-de… . I would like to know if there is a way to stop the users from overriding the page by messing with the URL.  If I have a URL like so https://skuid.cs16.visual.force.com/apex/UI?id=a3Ha00000008xuIEAQ&sfdc.override=1%3FobjectType%3… Users can enter a random character at the end of the url, hit enter, and they will be taken to the regular salesforce view. Can we make it impossible for them to see the regular view?

Nope — no way to make it impossible. They can always go to something like: /<RECORD_ID>?nooverride=1 and go to the standard Salesforce page, and there’s nothing Skuid can do to remove this possibility.

Can something be put on the standard page that automatically forwards the user to the skuid page?