You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a shell script which downloads the all the website's content and creating a checksum. Also a local one which builds the local version with npm and creating a checksum as well. So the checksums must be the same. Scripts like check live and check local.
The purpose of this is to verify whether the actual main branch version running on the live site for privacy audits.
The text was updated successfully, but these errors were encountered:
The problem is the svelte/sveltekit build time javascript obfuscation and class/data attribute randomization. I didn't find the way how we can disable it (probably we won't). So the deployed version will never match with the local built one.
I'll figure out, how we can achieve this goal.
We need a shell script which downloads the all the website's content and creating a checksum. Also a local one which builds the local version with npm and creating a checksum as well. So the checksums must be the same. Scripts like
check live
andcheck local
.The purpose of this is to verify whether the actual main branch version running on the live site for privacy audits.
The text was updated successfully, but these errors were encountered: