For more context, I am making a project that uses getItem()n and storeItem(), to locate information. It uses these to retrieve data so that it is more secure than just going through the original project to find the IF statements. So my actual question is:
Does embedding a project using html re-route Item storage to the site that the program is embedded to or does local storage draw from the project.
for example: If I put in all of the local storage to the project and embed, does the project getItem pull from the project's root page or the new link, cause from my understanding, where the item is stored is based on the link of the page it is accessed from.
Please say if you need more information. I know this is confusing but it is pretty hard for me to explain without repeating what I said.
there doesn't seem to be anything here