Hello,
Our iOS app is using FilterControlProvider and FilterDataProvider to filter websites.
We noticed that when we used Safari to browse around, once we've gotten to a restricted site we could not use the back button to go back to previous sites. The previous pages also get blocked by the message "You cannot browse this page at ... because it is restricted".
This is strange because these previous pages are not blocked by the extensions. Refreshing the page makes the message go away and the site load normally. Also, when we debugged the app, tapping back does not trigger any event in the extensions. We have tested with other browsers and the behaviour is the same.
Is this behaviour expected or a bug in the web engine?
Thank you!