TL;DR
Turbo Handbook describes how the feature could be disabled for segments via <div data-turbo-prefetch="false">...</div>
. Is there any way to disable it by default, and enable only for some segments? <div data-turbo-prefetch="true">...</div>
seems to do nothing.
I absolutely love the improvement in UX InstantClick brings, thank you, everyone that made it possible.
Dropping the feature to our SaaS app is impossible, though, because there is a wide variety of links that should not be clicked twice - things that contain CSRF tokens and lead to some write actions etc.
Long story short, we had to disable the feature completely through the meta tag until we find time to properly assess what needs to be done.
It might be a while before that happens, so I was looking for a way to disable the feature for links that are know to work fine - things in navigation menu, paging of datagrids etc., easily 80% of navigation that actually matters when it comes to speed.