ACK-J / Port_Authority

Blocks websites from using javascript to port scan your computer/network and dynamically blocks all LexisNexis endpoints from running their invasive data collection scripts.
GNU General Public License v2.0
129 stars 10 forks source link

fix: json parse #28

Closed jjk1492 closed 1 year ago

jjk1492 commented 1 year ago

Fixes https://github.com/ACK-J/Port_Authority/issues/27

Issue is local storage items were being set with JSON.stringify but when retrieving items there was no JSON.parse. This lead to addition escape characters "/" being appended to string in local storage. This repeated until RAM ran out.

ACK-J commented 1 year ago

Looks like the local storage objects aren't populating. image image

ACK-J commented 1 year ago

This appears to be the issue. image

ACK-J commented 1 year ago

Order has been restored thanks to @jjk1492 image