Page de force à recharger sur le bouton arrière

if(performance.navigation.type == 2){
   location.reload(true);
}
Thoughtful Tapir