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
So in "https://anadius.github.io/gd-efc/build.html", I put in my server, it generated the key, I used PHP and disabled worker.js. Uploaded to drive. But it gives me the above error when trying to put in the gdrive link and clicking encrypt. Help?
The text was updated successfully, but these errors were encountered:
Don't host the encrypt.html file on your server. It contains the encryption key in plain text. Once someone reads it they can decrypt all your links and get the real URL. If you want to let people encrypt links from your server then check the right box on the build page.
Files must be hosted on HTTPS. That's a limitation of JavaScript. It requires HTTPS to use the cryptographic functions (like crypto.subtle.importKey).
So in "https://anadius.github.io/gd-efc/build.html", I put in my server, it generated the key, I used PHP and disabled worker.js. Uploaded to drive. But it gives me the above error when trying to put in the gdrive link and clicking encrypt. Help?
The text was updated successfully, but these errors were encountered: