Disable location in a per route basis?

Is it possible to disable the location in a per route basis? I know location is a big deal for Ember as a framework and I appreciate that.

I just run into a scenario where I’m using routes to separate multiple steps in a form and wouldn’t like the user to reach them by using the URL. Of course, I’m redirecting the user back to the first step if it doesn’t have the necessary data, but I’d rather avoid this if possible.

Just curious about this, it’s not such a big deal. I’m assuming if it’s not possible I would need to move my process to use multiple actions inside a single controller. Right?

I’m still kind of new into this and find myself going back and forth between the documentation which can be quite overwhelming.

Thanks!