Greenheart / pagecrypt

Password Protected Single Page Applications and HTML files
GNU Affero General Public License v3.0
233 stars 25 forks source link

Add HTML attributes to prevent password form from adding the password to query params even when JS has not been loaded #9

Closed Greenheart closed 3 years ago

Greenheart commented 3 years ago

Details:

https://stackoverflow.com/questions/18189187/stop-url-parameters-being-added-on-submit-of-form

Greenheart commented 3 years ago

This issue appears when submitting a page that has not fully loaded.

Probably it's better to show a loading indicator before the page is ready.


Yes, the solution will definitely be to 1) hide the password input by default, 2) show a loading indicator and 3) show the password input once the bundle is ready to start decrypting.

Greenheart commented 3 years ago

fixed in 4.0.0