Find out how to activate an SSL certificate for your store and better secure the data being transmitted. You can also activate additional security measures such as Google reCaptcha and change the CSP configuration. CSP is a security measure that blocks the loading of unknown resources from other sites in the store.
In the admin panel, go to Applications → Security
The image antispam code is enabled in the customer forms.
CAPTCHA Standard:
Google reCaptcha v3 is not visible from the customer side of the store. The module checks the user's behavior in the background (it does not require typing digits from the image or clicking on a special verification form)
mystore.example.com
The reCaptcha for the store has already been created, now all you need to do is copy it to the Security configuration in the store:
Before enabling SSL in the store, you must:
Order a security certificate,
Turn to the server administrator on which the SOTESHOP store is installed and ask
for the installation of the certificate.
The correct operation of the certificate can be verified on the page https://www.sslshopper.com/ssl-checker.html
CSP, or Content Security Policy, protects the application from the possibility of loading external resources. Thanks to this restriction, it prevents XSS attacks that attach scripts from other network locations to the source of the page.
If you are using the standard version and add-ons from the WebStore, you do not need to define anything else. The appropriate addresses are automatically added to the configuration.
Attention! Enabling this option will block the loading of all scripts, images, files and styles from external locations. If your store loads resources from external locations on the page, add their addresses to the exceptions field.
Adding an exception to CSP
https://www.example.com
it is enough to provide the address https://www.example.com
.
If you want to allow loading resources from all subdomains of example.com, just provide https://*.example.com
.