• zkfcfbzr@lemmy.world
    link
    fedilink
    English
    arrow-up
    60
    ·
    6 hours ago

    Firefox now includes safeguards to prevent sites from abusing the history API by generating excessive history entries, which can make navigating with the back and forward buttons difficult by cluttering the history. This intervention ensures that such entries, unless interacted with by the user, are skipped when using the back and forward buttons.

    Nice

    • smeg@feddit.uk
      link
      fedilink
      English
      arrow-up
      20
      ·
      5 hours ago

      This is such a small thing but it infuriates me every time I have to use Microsoft’s stupid “docs” site. Great QoL feature if it works!

    • Aatube@kbin.melroy.org
      link
      fedilink
      arrow-up
      3
      ·
      5 hours ago

      I wonder what exactly the safeguards are, since I’m developing something that should manipulate the history state for quality of life.

      • vithigar@lemmy.ca
        link
        fedilink
        arrow-up
        7
        ·
        5 hours ago

        From the text it seems like a site only gets added to the navigation history if the user interacts with it.

        • chaospatterns@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 hours ago

          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.

          • kevincox@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            2 hours ago

            It would be nice if there was a shortcut to go “back to previous site”. Because on one hand using back to navigate around map moves is often very convenient, but sometimes I want to go to the site before the map. Having a two-level history with page and site would be super useful.