petsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agoFirefox 135.0 releasedwww.mozilla.orgexternal-linkmessage-square4fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkFirefox 135.0 releasedwww.mozilla.orgpetsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 year agomessage-square4fedilink
minus-squareAatube@kbin.melroy.orglinkfedilinkarrow-up0·1 year agoI wonder what exactly the safeguards are, since I’m developing something that should manipulate the history state for quality of life.
minus-squarevithigar@lemmy.calinkfedilinkarrow-up0·1 year agoFrom the text it seems like a site only gets added to the navigation history if the user interacts with it.
minus-squarechaospatterns@lemmy.worldlinkfedilinkEnglisharrow-up0·1 year agoWhich stops malicious usage, but doesn’t stop cases where web pages over use pushState as users move around instead of replaceState. I’ve seen maps that would add to the history every time a user moves around the map.
I wonder what exactly the safeguards are, since I’m developing something that should manipulate the history state for quality of life.
From the text it seems like a site only gets added to the navigation history if the user interacts with it.
Which stops malicious usage, but doesn’t stop cases where web pages over use pushState as users move around instead of replaceState. I’ve seen maps that would add to the history every time a user moves around the map.