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
Currently we have an obfuscated JS file with the following contents, however this doesn't work well as we cant track the secrets and de-obfuscating isn't fast.
We need to evaluate more options however one easy one could be to have it in the secrets folder de-obfuscated and then have a webpack build step obfuscate for us. Would make it so anyone viewing the github pages would see the obfuscated script yet allow anyone in the repo to see it as well.
Currently we have an obfuscated JS file with the following contents, however this doesn't work well as we cant track the secrets and de-obfuscating isn't fast.
We need to evaluate more options however one easy one could be to have it in the secrets folder de-obfuscated and then have a webpack build step obfuscate for us. Would make it so anyone viewing the github pages would see the obfuscated script yet allow anyone in the repo to see it as well.
de-obfuscated code as of writing:
The text was updated successfully, but these errors were encountered: