Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checksum verification #13

Open
PumpkinSeed opened this issue Jul 5, 2022 · 1 comment
Open

Checksum verification #13

PumpkinSeed opened this issue Jul 5, 2022 · 1 comment

Comments

@PumpkinSeed
Copy link
Member

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.

@gyurielf
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants