How else can you deal with it though? The whole point of the prerendering is that it fetches and renders the page in the background to be displayed to the user when they click on the link. You can't handle the prerender request differently because if the user clicks on the link then chrome will just display the prerendered page it fetched earlier and the user would expect to see the exact page as if they had clicked on a non-prerender link.
If the page you are linking to is time sensitive then you should not be using pre-rendering.
If the page you are linking to is time sensitive then you should not be using pre-rendering.