I have an experience builder site (hosted, not developer) where I had a section with several views that auto-played on a loop every 5 seconds. I have made an example site just to illustrate for this post.
The site URL will have "page=page_0&views=view_1" specified. If I click Page 1 on the menu bar, the URL will update to be "page=page_1&view_1". If the section has auto-play enabled for views, the the "views=view_[number]" will continually loop through the view numbers even when on a different page.
All of this means my back browser button will not work correctly because those views stay in the URL even for other pages. If I clicked from Page 0 to Page 1 then to Page 2, then hit back, it would not go from Page 2 to Page 1 because it instead does something like "page=page_2&views=view_2" [back button] "page=page_2&views=view_1" when what I really want is "page=page_2" [back button] "page=page_1"

Is there a way to disable the URL having the section view so that the back browser button can work as intended?