+ 2
How to make your website secure
In Chrome web browser it shows on my website “Not Secure” how do I make it secure?🤔
2 odpowiedzi
+ 10
Look into SSL certificate and HTTPS :)
0
To secure the forms you may specify enctype for encoding the user data, so that it is not visible to anyone when transmitted over the network.
You can also use TLS and SSL mechanisms to secure the website.