Minimal Repro Example
Steps to Reproduce Issue (for IOS Safari):
-
Navigate to the "example result" without hitting the "click to
add hash param button" first,
- Terminate safari like so:
- Reopen the browser
- Hit the Back Button
- The page will be served from the disc cache
-
If the same steps are followed except you hit the "add hash param"
button first, the page will be fetched anew
The expected behavior is that the hash changing should not affect the need
to serve from the cache or not.