Skip to content

v1.2.2

Compare
Choose a tag to compare
@HamzaElkotp HamzaElkotp released this 23 Sep 02:50

Fix security problems & slow with huge JSON file

  • data.forEach doesn't stop the loop after the condition achieve.
  • and it continues making many requests to window.history.pushState.
  • and this makes the website suspect to security apps.
  • also makes the page slower.
    =====================
  • if fixed by replacing it with for loop and add break to the condition.