Provides CSP (Content Security Policy) utilities for other modules, including nonce and hash generation. Helps improve website security by managing CSP directives.
Manages Content Security Policy (CSP) rules via the admin panel, eliminating XML file modifications. Collects and displays CSP violation reports, and helps resolve "CSP header too large" issues.
Looking for contributors - Help fix build issues
Blocks spam submissions on forms. Prevents bots from submitting unwanted data, improving data quality.
Looking for contributors - Help fix build issues
Enables customer login via social media accounts like Google, Facebook, and others. Simplifies the login process and improves user experience.
Looking for contributors - Help fix build issues
This module implements the .well-known/change-password standard for Magento 2. This allows password managers to easily locate and redirect users to the correct URL when they wish to change their password.
Adds nonces to inline scripts in PHTML templates to comply with Content Security Policy (CSP) directives. Allows whitelisting blocks via layout XML or DI plugin.
Helps Magento 2 websites comply with GDPR by adding cookie consent, privacy policy links, and consent checkboxes. Allows customers to delete their accounts and manage personal data.
Looking for contributors - Help fix build issues
Disables Content Security Policy (CSP) enforcement during checkout. Bypasses CSP restrictions introduced in the 2024-06-11 security update without fully disabling the CSP module.
Limits the number of GraphQL queries and mutations from a client within a defined timeframe. Prevents abuse by restricting excessive requests to create sessions or customer data.
Looking for contributors - Help fix build issues
Configures Magento for the German market with pre-set system configurations, tax rates, and CMS pages for legal information. Displays legal notices for shipping costs.
Enables Cross-Origin Resource Sharing (CORS) for Magento 2 REST API requests. Allows configuration of allowed origin domains via the admin panel.
Looking for contributors - Help fix build issues
Restricts Magento backend access to specified IP addresses. Prevents unauthorized logins by limiting access based on IP.