<?php
defined( 'ABSPATH' ) or die();
function rsssl_menu() {
if ( ! rsssl_user_can_manage() ) {
return [];
}
$menu_items = [
[
"id" => "dashboard",
"title" => __( "Dashboard", 'really-simple-ssl' ),
'default_hidden' => false,
'menu_items' => [],
],
[
"id" => "settings",
"title" => __( "Settings", 'really-simple-ssl' ),
'default_hidden' => false,
'menu_items' => [
[
'id' => 'general',
'group_id' => 'general',
'title' => __( 'General', 'really-simple-ssl' ),
'helpLink' => 'instructions/about-our-general-settings',
'groups' => [
[
'id' => 'general_settings',
'group_id' => 'general_settings',
'title' => __( 'General', 'really-simple-ssl' ),
'helpLink' => 'instructions/about-our-general-settings',
],
[
'id' => 'general_email',
'group_id' => 'general_email',
'title' => __( 'Email', 'really-simple-ssl' ),
'helpLink' => 'instructions/about-our-general-settings',
],
[
'id' => 'general_captcha',
'group_id' => 'general_captcha',
'title' => __( 'Captcha', 'really-simple-ssl' ),
'helpLink' => 'instructions/about-our-general-settings',
'premium' => true,
'premium_title' => __( 'Captcha', 'really-simple-ssl' ),
'intro' => __( "Really Simple Security can trigger a Captcha to limit access to your site or the login form.", 'really-simple-ssl' ),
'premium_text' => __( 'Protect your website against brute-force attacks with a captcha. Choose between Google reCAPTCHA or hCaptcha.', 'really-simple-ssl' ),
],
[
'id' => 'support',
'group_id' => 'support',
'title' => __('Premium Support', 'really-simple-ssl'),
'intro' => __('The following information is attached when you send this form: license key, scan results, your domain, .htaccess file, debug log and a list of active plugins.', 'really-simple-ssl'),
'premium' => true,
'premium_text' => __("Elevate your security with our Premium Support! Our expert team ensures simple, hassle-free assistance whenever you need it.", 'really-simple-ssl'),
'premium_title' => __('Why Premium Support?', 'really-simple-ssl'),
'helpLink' => 'instructions/debugging',
'helpLink_text' => __('Debugging with Really Simple Security', "really-simple-ssl"),
],
],
],
[
'id' => 'encryption',
'title' => 'SSL',
'groups' => [
[
'id' => 'encryption_lets_encrypt',
'group_id' => 'encryption_lets_encrypt',
'title' => __( 'Let\'s Encrypt', 'really-simple-ssl' ),
'intro' => __( 'Let\'s Encrypt.', 'really-simple-ssl' ),
'helpLink' => 'about-lets-encrypt',
'directLink' => rsssl_letsencrypt_wizard_url(),
],
[
'id' => 'encryption_redirect',
'group_id' => 'encryption_redirect',
'title' => __( 'Redirection', 'really-simple-ssl' ),
'helpLink' => 'remove-htaccess-redirect-site-lockout',
],
[
'id' => 'mixed-content-general',
'group_id' => 'mixed-content-general',
'title' => __( 'Mixed content', 'really-simple-ssl' ),
'helpLink' => 'instructions/using-the-mixed-content-scan',
],
[
'id' => 'mixed-content-scan',
'group_id' => 'mixed-content-scan',
'title' => __( 'Mixed Content Scan', 'really-simple-ssl' ),
'premium' => true,
'premium_title' => __( "Mixed Content Scan", 'really-simple-ssl' ),
'premium_text' => __( "The extensive mixed content scan will list all issues and provide a fix, or instructions to fix manually.", 'really-simple-ssl' ),
'helpLink' => 'instructions/using-the-mixed-content-scan',
],
],
],
[
'id' => 'security_headers',
'title' => __( 'Security Headers', 'really-simple-ssl' ),
'featured' => false,
'menu_items' => [
[
'id' => 'recommended_security_headers',
'group_id' => 'recommended_security_headers',
'title' => __( 'Essential Security Headers', 'really-simple-ssl' ),
'networkwide_required' => true,
'premium_title' => __( "The Essentials", 'really-simple-ssl' ),
'premium' => true,
'premium_text' => __( "Protecting your website visitors from malicious attacks and data breaches should be your #1 priority, start with the essentials with Really Simple Security", 'really-simple-ssl' ),
'helpLink' => 'instructions/about-recommended-security-headers',
],
[
'id' => 'hsts',
'group_id' => 'hsts',
'premium' => true,
'networkwide_required' => true,
'premium_text' => __( "HSTS forces browsers always to load a website via HTTPS. It prevents unnecessary redirects and prevents manipulation of data originating from communication with your website.", 'really-simple-ssl' ),
'title' => 'HTTP Strict Transport Security',
'helpLink' => 'instructions/about-hsts',
],
[
'id' => 'permissions_policy',
'group_id' => 'permissions_policy',
'title' => 'Permissions Policy',
'premium_text' => __( "Control browser features that could allow third parties to misuse data collected by microphone, camera, GEO Location etc, when enabled for your website.", 'really-simple-ssl' ),
'helpLink' => 'instructions/about-permissions-policy',
'networkwide_required' => true,
'premium' => true,
],
[
'id' => 'content_security_policy',
'group_id' => 'content_security_policy',
'title' => __( 'Content Security Policy', 'really-simple-ssl' ),
'intro' => __( 'Content Security Policy Headers', 'really-simple-ssl' ),
'premium' => true,
'networkwide_required' => true,
'helpLink' => 'instructions/configuring-the-content-security-policy',
'groups' => [
[
'id' => 'upgrade_insecure_requests',
'group_id' => 'upgrade_insecure_requests',
'networkwide_required' => true,
'premium' => true,
'premium_text' => __( "A correctly configured Content Security Policy can protect your visitors from the most common web attacks. It all starts with denying and upgrading insecure requests on your website.", 'really-simple-ssl' ),
'helpLink' => 'instructions/configuring-the-content-security-policy',
'title' => 'Upgrade Insecure Requests',
],
[
'id' => 'frame_ancestors',
'group_id' => 'frame_ancestors',
'networkwide_required' => true,
'premium' => true,
'premium_text' => __( "Prevent clickjacking and other malicious attacks by restricting sources that are permitted to embed content from your website.", 'really-simple-ssl' ),
'helpLink' => 'instructions/frame-ancestors',
'title' => 'Frame Ancestors',
],
[
'id' => 'content_security_policy_source_directives',
'group_id' => 'content_security_policy_source_directives',
'networkwide_required' => true,
'helpLink' => 'instructions/configuring-the-content-security-policy/',
'premium' => true,
'premium_title' => 'Source Directives with Learning Mode',
'premium_text' => __( "Allow only necessary third party resources to be loaded on your website, thus preventing common attacks. Use our unique learning mode to automatically configure your Content Security Policy.", 'really-simple-ssl' ),
'title' => 'Source Directives',
]
],
],
[
'id' => 'cross_origin_policy',
'group_id' => 'cross_origin_policy',
'networkwide_required' => true,
'premium' => true,
'premium_text' => __( 'This is a security feature implemented by web browsers to control how web pages from different origins can interact with each other.', 'really-simple-ssl' ),
'title' => 'Cross Origin Policy',
'premium_title' => 'Advanced: Cross Origin Policy',
'helpLink' => 'instructions/cross-origin-policies',
],
],
],
[
'id' => 'vulnerabilities',
'title' => __( 'Vulnerabilities', 'really-simple-ssl' ),
'menu_items' => [
[
'id' => 'vulnerabilities_basic',
'group_id' => 'vulnerabilities_basic',
'title' => __( 'Vulnerability scan', 'really-simple-ssl' ),
'groups' => [
[
'id' => 'vulnerabilities_basic',
'group_id' => 'vulnerabilities_basic',
'title' => __( 'Vulnerability scan', 'really-simple-ssl' ),
'intro' => __( 'Here you can configure vulnerability detection, notifications and measures. To learn more about the features displayed, please use the instructions linked in the top-right corner.', 'really-simple-ssl' ),
'helpLink' => 'instructions/about-vulnerabilities/',
],
[
'id' => 'vulnerabilities_overview',
'group_id' => 'vulnerabilities_overview',
'title' => __( 'Scan results', 'really-simple-ssl' ),
'intro' => __( 'This is the vulnerability overview. Here you will find current known vulnerabilities on your system. You can find more information and helpful, actionable insights for every vulnerability under details.', 'really-simple-ssl' ),
'helpLink' => 'instructions/about-vulnerabilities#components',
],
],
],
[
'id' => 'vulnerabilities_notifications',
'group_id' => 'vulnerabilities_notifications',
'title' => __( 'Configuration', 'really-simple-ssl' ),
'groups' => [
[
'id' => 'vulnerabilities_notifications',
'group_id' => 'vulnerabilities_notifications',
'title' => __( 'Notifications', 'really-simple-ssl' ),
'intro' => __( 'These notifications are set to the minimum risk level that triggers a notification. For example, the default site-wide notification triggers on high-risk and critical vulnerabilities.', 'really-simple-ssl' ),
'helpLink' => 'instructions/about-vulnerabilities#notifications',
],
[
'id' => 'vulnerabilities-measures-overview',
'group_id' => 'vulnerabilities_measures',
'title' => __( 'Measures', 'really-simple-ssl' ),
'intro' => __( 'You can choose to automate the most common actions for a vulnerability. Each action is set to a minimum risk level, similar to the notifications. Please read the instructions to learn more about the process.', 'really-simple-ssl' ),
'premium' => true,
'helpLink' => 'instructions/about-vulnerabilities#measures',
'premium_title' => __( "Automated Measures", 'really-simple-ssl' ),
'premium_text' => __( "Maintain peace of mind with our simple, but effective automated measures when vulnerabilities are discovered. When needed Really Simple Security will force update or quarantaine vulnerable components, on your terms!", 'really-simple-ssl' ),
],
],
],
],
],
[
'id' => 'hardening',
'title' => __( 'Hardening', 'really-simple-ssl' ),
'featured' => false,
'menu_items' => [
[
'id' => 'hardening-basic',
'group_id' => 'hardening-basic',
'title' => __( 'Basic', 'really-simple-ssl' ),
'helpLink' => 'instructions/about-hardening-features',
],
[
'id' => 'hardening-extended',
'group_id' => 'hardening-extended',
'title' => __( 'Advanced', 'really-simple-ssl' ),
'premium' => true,
'groups' => [
[
'id' => 'hardening_extended',
'group_id' => 'hardening_extended',
'premium' => true,
'premium_text' => __( "Advanced hardening features complement the basic hardening functions by protecting your site against advanced threats and attacks.", 'really-simple-ssl' ),
'helpLink' => 'instructions/about-hardening-features#advanced',
'title' => __( 'Advanced Hardening', 'really-simple-ssl' ),
'intro' => __( 'Advanced hardening features to protect your site against sophisticated threats and attacks.', 'really-simple-ssl' ),
],
[
'id' => 'hardening-xml',
'group_id' => 'hardening-xml',
'premium' => true,
'premium_title' => __( 'XML-RPC with Learning Mode', 'really-simple-ssl' ),
'premium_text' => __( "Not sure if you're using XML-RPC, or want to restrict unauthorized use of XML-RPC? With learning mode you can see exactly which sources use XML-RPC, and you can revoke where necessary.", 'really-simple-ssl' ),
'helpLink' => 'instructions/about-hardening-features#xml-rpc',
'title' => __( 'XML-RPC', 'really-simple-ssl' ),
'intro' => __( 'Control and monitor the use of XML-RPC on your site with learning mode.', 'really-simple-ssl' ),
],
],
],
],
],
[
'id' => 'login-security',
'title' => __('Login Protection', 'really-simple-ssl'),
'featured' => false,
'new' => true,
'menu_items' => [
[
'id' => 'two-fa',
'networkwide_required' => true,
'premium' => false,
'premium_text' => __( 'Get two-factor authentication with Really Simple Security Pro', 'really-simple-ssl' ),
'helpLink' => 'instructions/about-login-protection',
'title' => __('Two-Factor Authentication', 'really-simple-ssl'),
'groups' => [
[
'id' => 'two_fa_general',
'group_id' => 'two_fa_general',
'premium' => false,
'premium_text' => __( "Start login protection by adding an additional layer during authentication. This will leave authentication less dependent on just a single password. Want to force strong passwords? Check out Password Security.", 'really-simple-ssl' ),
'helpLink' => 'instructions/about-login-protection',
'title' => __( 'Two-Factor Authentication', 'really-simple-ssl' ),
'intro' => __( 'Two-Factor authentication allows users to login using a second authentication method, other than their e-mail address and password. It is one of the most powerful ways to prevent account theft.', 'really-simple-ssl' ),
],
[
'id' => 'two_fa_email',
'group_id' => 'two_fa_email',
'premium' => false,
'disabled' => (rsssl_is_email_verified() === false),
'premium_text' => __( 'Send an email code during login. You can force user roles to use two-factor authentication, or leave the choose with your users, if so desired.', 'really-simple-ssl' ),
'upgrade' => 'https://really-simple-ssl.com/pro/?mtm_campaign=2fa&mtm_source=free&mtm_content=upgrade',
'helpLink' => 'instructions/two-factor-authentication',
'title' => __( 'Email Verification', 'really-simple-ssl' ),
'intro' => __( 'Email Verification sends a verification code to the user’s email address. This method provides protection against leaked or weak passwords, though it is less secure than other 2FA methods. If a user’s email inbox is compromised, one could still get access to the user account. It is not recommended to allow Email Verification for administrators.', 'really-simple-ssl' ),
],
[
'id' => 'two_fa_totp',
'group_id' => 'two_fa_totp',
'premium' => true,
'premium_text' => __( 'Get Login Protection with Really Simple Security Pro', 'really-simple-ssl' ),
'helpLink' => 'instructions/two-factor-authentication',
'upgrade' => 'https://really-simple-ssl.com/pro/?mtm_campaign=2fa&mtm_source=free&mtm_content=upgrade',
'title' => __( 'Authenticator App (TOTP)', 'really-simple-ssl' ),
'intro' => __( 'TOTP requires users to authenticate using a third-party app such as Google Authenticator.', 'really-simple-ssl' ),
],
[
'id' => 'two_fa_users',
'group_id' => 'two_fa_users',
'premium' => false,
'premium_text' => __( 'Here you control the users that are automatically, and temporarily blocked. You can also add or remove users manually. We recommend blocking ‘admin’ as username as a start.', 'really-simple-ssl' ),
'helpLink' => 'instructions/two-factor-authentication',
'upgrade' => 'https://really-simple-ssl.com/pro/?mtm_campaign=2fa&mtm_source=free&mtm_content=upgrade',
'title' => __( 'Users', 'really-simple-ssl' ),
'intro' => __( 'Here you can see which users have configured Two-Factor Authentication. The reset button will trigger the 2FA onboarding for the selected user(s) again and allow the configured grace period.', 'really-simple-ssl' ),
'groupFilter' => [
'default' => 'active',
'id' => 'user_role',
'options' => [
[
'id' => 'all',
'title' => __('All', 'really-simple-ssl'),
],
...array_map(
static function( $role, $roleKey ) {
return [
'id' => $roleKey, // Use the key as the id.
'title' => ucfirst( $role['name'] ), // Capitalize the role name.
];
},
(new WP_Roles())->roles, // The roles array.
array_keys( (new WP_Roles())->roles ) // Its keys.
),
]
],
],
],
],
[
'id' => 'password_security',
'networkwide_required' => true,
'title' => __('Password Security','really-simple-ssl'),
'helpLink' => 'https://really-simple-ssl.com/instructions/password-security/?mtm_campaign=instructions&mtm_source=free',
'groups' => [
[
'id' => 'password_security_passwords',
'group_id' => 'password_security_passwords',
'premium_title' => __( 'Password security', 'really-simple-ssl' ),
'premium_text' => __( 'Enforce secure password policies for your users by requiring strong passwords, and expiring passwords after a period of your choosing.', 'really-simple-ssl' ),
'premium' => true,
'helpLink' => 'instructions/password-security',
'title' => __( 'Passwords', 'really-simple-ssl' ),
'intro' => __( 'Improve security by requiring strong passwords and forced periodic password changes', 'really-simple-ssl' ),
],
]
],
[
'id' => 'limit_login_attempts',
'title' => __( 'Limit Login Attempts', 'really-simple-ssl' ),
'premium' => true,
'groups' => [
[
'id' => 'limit_login_attempts_general',
'group_id' => 'limit_login_attempts_general',
'helpLink' => 'instructions/limit-login-attempts',
'premium' => true,
'premium_title' => __( 'Limit Login Attempts', 'really-simple-ssl' ),
'premium_text' => __( 'Customize login attempts, intervals, and temporary lockouts according to your preferences to regulate the level of security on your website during authentication. No additional settings required', 'really-simple-ssl' ),
'title' => __( 'General', 'really-simple-ssl' ),
'intro' => __( 'Protect your site against brute force login attacks by limiting the number of login attempts. Enabling this feature will temporary lock-out a username and the IP address that tries to login, after the set number of false logins.',
'really-simple-ssl' ),
],
[
'id' => 'limit_login_attempts_advanced',
'group_id' => 'limit_login_attempts_advanced',
'premium' => true,
'premium_title' => __( 'Settings', 'really-simple-ssl' ),
'premium_text' => __( 'Customize login attempts, intervals, and temporary lockouts according to your preferences to regulate the level of security on your website during authentication. No additional settings required', 'really-simple-ssl' ),
'helpLink' => 'instructions/limit-login-attempts',
'title' => __( 'Limit Attempts', 'really-simple-ssl' ),
'intro' => __( 'The settings below determine how strict your site will be protected. You can leave these settings on their default values, unless you experience issues.',
'really-simple-ssl' ),
],
[
'id' => 'limit_login_attempts_users',
'group_id' => 'limit_login_attempts_users',
'premium' => true,
'premium_title' => __( 'Users', 'really-simple-ssl' ),
'premium_text' => __( 'Here you control the users that are automatically, and temporarily blocked. You can also add or remove users manually. We recommend blocking ‘admin’ as username as a start.', 'really-simple-ssl' ),
'groupFilter' => [
'default' => 'limit_login_attempts_advanced_filter_log',
'id' => 'limit_login_attempts_advanced_filter',
'options' => [
[
'id' => 'blocked',
'title' => __( 'Permanent block', 'really-simple-ssl' ),
],
[
'id' => 'allowed',
'title' => __( 'Trusted', 'really-simple-ssl' ),
],
[
'id' => 'locked',
'title' => __( 'Temporary block', 'really-simple-ssl' ),
],
],
],
'title' => __( 'Users', 'really-simple-ssl' ),
'intro' => [
'locked' => __( 'Blocked usernames will be automatically unblocked after the above-configured interval. In the table below you can instantly unblock usernames.',
'really-simple-ssl' ),
'allowed' => __( 'You can prevent usernames from being temporarily blocked by adding them to this list. The IP address that triggers false logins will still be blocked.',
'really-simple-ssl' ),
'blocked' => __( 'You can add any non-existing username to this table, to instantly block IP addresses that try common usernames like "admin".',
'really-simple-ssl' ),
],
],
[
'id' => 'limit_login_attempts_ip_address',
'group_id' => 'limit_login_attempts_ip_address',
'premium' => true,
'premium_title' => __( 'IP Addresses', 'really-simple-ssl' ),
'premium_text' => __( 'IP Addresses can be allowed, blocked or will show up when your settings add them to a temporary blocklist. If you want to add your IP to the allowlist, please read the article provided at the right-hand side for instructions.', 'really-simple-ssl' ),
'groupFilter' => [
'default' => 'limit_login_attempts_advanced_filter_log',
'id' => 'limit_login_attempts_advanced_filter',
'options' => [
[
'id' => 'blocked',
'title' => __( 'Permanent block', 'really-simple-ssl' ),
],
[
'id' => 'allowed',
'title' => __( 'Trusted', 'really-simple-ssl' ),
],
[
'id' => 'locked',
'title' => __( 'Temporary block', 'really-simple-ssl' ),
],
],
],
'title' => __( 'IP Addresses', 'really-simple-ssl' ),
'intro' => [
'locked' => __( 'Blocked IP addresses will be automatically unblocked after the above-configured interval. In the table below you can instantly unblock IP addresses.',
'really-simple-ssl' ),
'allowed' => __( 'You can prevent IP addresses from being temporarily blocked by adding them to this list. This can be convenient if you share an IP address with other site users. Usernames that trigger false logins will still be blocked.',
'really-simple-ssl' ),
'blocked' => __( 'You can indefinitely block known abusive IP addresses, to completely prevent them from trying to login.',
'really-simple-ssl' ),
],
],
[
'id' => 'limit_login_attempts_event_log',
'group_id' => 'limit_login_attempts_event_log',
'premium' => true,
'premium_title' => __( 'Event Log', 'really-simple-ssl' ),
'premium_text' => __( 'The Event Log shows all relevant events related to limit login attempts. You can filter the log using the dropdown on the top-right to only show warnings.', 'really-simple-ssl' ),
'groupFilter' => [
'default' => 'limit_login_attempts_advanced_filter_log',
'id' => 'limit_login_attempts_advanced_filter',
'options' => [
[
'id' => 'warning',
'title' => __( 'Warnings', 'really-simple-ssl' ),
],
[
'id' => 'all',
'title' => __( 'All', 'really-simple-ssl' ),
],
],
],
'title' => __( 'Event Log', 'really-simple-ssl' ),
'intro' => __( 'The Event Log shows all relevant events related to limit login attempts. You can filter the log using the dropdown on the top-right to only show warnings.',
'really-simple-ssl' ),
],
[
'id' => 'limit_login_attempts_country',
'group_id' => 'limit_login_attempts_country',
'premium' => true,
'premium_title' => __( 'Regions', 'really-simple-ssl' ),
'premium_text' => __( 'You can easily block countries, or entire continents. You can act on the event log below and see which countries are suspicious, or exclude all countries but your own.', 'really-simple-ssl' ),
'groupFilter' => [
'default' => 'limit_login_attempts_advanced_filter_log',
'id' => 'limit_login_attempts_advanced_filter',
'options' => [
[
'id' => 'blocked',
'title' => __( 'Blocked', 'really-simple-ssl' ),
],
[
'id' => 'regions',
'title' => __( 'Continents', 'really-simple-ssl' ),
],
[
'id' => 'countries',
'title' => __( 'Allowed', 'really-simple-ssl' ),
],
],
],
'title' => __( 'Regions', 'really-simple-ssl' ),
'intro' => __( 'If your site is only intended for users to login from specific geographical regions, you can entirely prevent logins from certain continents or countries.',
'really-simple-ssl' ),
]
],
],
],
],
[
'id' => 'firewall',
'title' => __( 'Firewall', 'really-simple-ssl' ),
'featured' => false,
'premium' => true,
'new' => true,
'menu_items' => [
[
'id' => 'rules',
'title' => __( 'Rules', 'really-simple-ssl' ),
'premium' => true,
'groups' => [
[
'id' => 'firewall_list_general',
'group_id' => 'firewall_list_general',
'helpLink' => 'instructions/about-the-firewall',
'premium' => true,
'premium_title' => __( 'Firewall Rules', 'really-simple-ssl' ),
'premium_text' => __( 'Restrict access from specific countries or continents. You can also allow only specific countries.', 'really-simple-ssl' ),
'upgrade' => 'https://really-simple-ssl.com/pro/?mtm_campaign=lla&mtm_source=free&mtm_content=upgrade',
'title' => __( 'Firewall', 'really-simple-ssl' ),
'intro' => __( 'The lightweight Firewall can be used to lockout malicious traffic from your site. You can configure generic rules below, or block specific IP addresses by adding them to the Blocklist.',
'really-simple-ssl' ),
],
[
'id' => '404_blocking',
'group_id' => '404_blocking',
'premium' => true,
'title' => __( '404 Blocking', 'really-simple-ssl' ),
'premium_title' => __( '404 Blocking', 'really-simple-ssl' ),
'premium_text' => __( 'Crawlers might scan your site looking for possible exploits. One way to detect this is the fact that they trigger more 404 (not found) errors than legitimate visitors would. Below you can set the threshold and lockout duration for 404 blocking.', 'really-simple-ssl' ),
'intro' => __( 'Crawlers might scan your site looking for possible exploits. One way to detect this is the fact that they trigger more 404 (not found) errors than legitimate visitors would. Below you can set the threshold and lockout duration for 404 blocking.', 'really-simple-ssl' ),
],
[
'id' => 'user_agents',
'group_id' => 'user_agents',
'premium' => true,
'title' => __( 'User-Agents', 'really-simple-ssl' ),
'premium_title' => __( 'User-Agents', 'really-simple-ssl' ),
'premium_text' => __( 'The Firewall can also block traffic from malicious or resource-consuming bots that might crawl your website. A list of well-known bad User-Agents is automatically included. You can manually add or delete user-agents if so desired.', 'really-simple-ssl' ),
'intro' => __( 'The Firewall can also block traffic from malicious or resource-consuming bots that might crawl your website. A list of well-known bad User-Agents is automatically included. You can manually add or delete user-agents if so desired.', 'really-simple-ssl' ),
'groupFilter' => [
'default' => 'blocked',
'id' => 'rsssl-group-filter-user_agent_listing_overview',
'options' => [
[
'id' => 'blocked',
'title' => __( 'Blocked', 'really-simple-ssl' ),
],
[
'id' => 'deleted',
'title' => __( 'Deleted', 'really-simple-ssl' ),
],
],
],
],
[
'id' => 'firewall_list_listing',
'group_id' => 'firewall_list_listing',
'networkwide_required' => true,
'premium' => true,
'premium_text' => __( 'This feature allows you to block visitors from your website based on country',
'really-simple-ssl' ),
'title' => __( 'Regions', 'really-simple-ssl' ),
'premium_title' => __( 'Regions', 'really-simple-ssl' ),
'intro' => __( 'Restrict access to your site based on user location. By default, all regions are allowed. You can also block entire continents.',
'really-simple-ssl' ),
'groupFilter' => [
'default' => 'regions',
'id' => 'rsssl-group-filter-geo_block_list',
'options' => [
[
'id' => 'blocked',
'title' => __( 'Blocked', 'really-simple-ssl' ),
],
[
'id' => 'regions',
'title' => __( 'Continents', 'really-simple-ssl' ),
],
[
'id' => 'countries',
'title' => __( 'Allowed', 'really-simple-ssl' ),
],
],
],
],
]
],
[
'id' => 'firewall_blocklists',
'title' => __( 'Blocklists', 'really-simple-ssl' ),
'premium' => true,
'groups' => [
[
'id' => 'firewall_white_list_listing',
'group_id' => 'firewall_white_list_listing',
'networkwide_required' => true,
'premium' => true,
'premium_text' => __( 'This feature allows you to block visitors from your website based on country',
'really-simple-ssl' ),
'upgrade' => 'https://really-simple-ssl.com/pro/?mtm_campaign=cops&mtm_source=free&mtm_content=upgrade',
'title' => __( 'Trusted IP addresses', 'really-simple-ssl' ),
'premium_title' => __( 'Trusted IP addresses', 'really-simple-ssl' ),
'intro' => __( 'Here you can add IP addresses that should never be blocked by the Firewall. We will automatically add the IP address of the administrator that enabled the Firewall.',
'really-simple-ssl' ),
],
[
'id' => 'firewall_block_list_listing',
'group_id' => 'firewall_block_list_listing',
'networkwide_required' => true,
'premium' => true,
'premium_text' => __( 'This feature allows you to block visitors from your website based on country',
'really-simple-ssl' ),
'upgrade' => 'https://really-simple-ssl.com/pro/?mtm_campaign=cops&mtm_source=free&mtm_content=upgrade',
'title' => __( 'IP Blocklist', 'really-simple-ssl' ),
'premium_title' => __( 'IP Blocklist', 'really-simple-ssl' ),
'intro' => __( 'This list shows all individually blocked IP addresses. On top the top-right you can filter between permanent blocks and temporary blocks. By default, blocks are only temporary, as attackers and bots will frequently alter between IP addresses. However, you can manually configure permanent blocks.',
'really-simple-ssl' ),
'groupFilter' => [
'default' => 'all',
'id' => 'rsssl-group-filter-geo_block_list',
'options' => [
[
'id' => 'all',
'title' => __( 'All', 'really-simple-ssl' ),
],
[
'id' => 'temp',
'title' => __( 'Temporary', 'really-simple-ssl' ),
],
[
'id' => 'permanent',
'title' => __( 'Permanent', 'really-simple-ssl' ),
],
],
],
],
]
],
[
'id' => 'firewall_logs',
'title' => __( 'Logs', 'really-simple-ssl' ),
'premium' => true,
'groups' => [
[
'id' => 'firewall_logs_content',
'group_id' => 'firewall_logs_content',
'premium' => true,
'premium_text' => __( 'This feature allows you to block visitors from your website based on country',
'really-simple-ssl' ),
'upgrade' => 'https://really-simple-ssl.com/pro/?mtm_campaign=cops&mtm_source=free&mtm_content=upgrade',
'title' => __( 'Event Logs', 'really-simple-ssl' ),
'premium_title' => __( 'Event Logs', 'really-simple-ssl' ),
'intro' => __( 'The Event Log shows all relevant events related to the Firewall and IP lockouts. You can filter the log using the dropdown on the top-right to only show warnings.',
'really-simple-ssl' ),
'groupFilter' => [
'default' => 'all',
'id' => 'rsssl-group-filter-firewall_logs_content',
'options' => [
[
'id' => 'all',
'title' => __( 'All', 'really-simple-ssl' ),
],
[
'id' => 'warning',
'title' => __( 'Warnings', 'really-simple-ssl' ),
],
],
],
],
]
]
]
],
],
],
[
"id" => "letsencrypt",
'default_hidden' => true,
"title" => "Let's Encrypt",
'intro' => sprintf( __( 'We have tried to make our Wizard as simple and fast as possible. Although these questions are all necessary, if there’s any way you think we can improve the plugin, please let us %sknow%s!',
'really-simple-ssl' ), '<a target="_blank" rel="noopener noreferrer" href="https://really-simple-ssl.com/contact/?mtm_campaign=instructions&mtm_source=free">', '</a>' ) .
sprintf( __( ' Please note that you can always save and finish the wizard later, use our %sdocumentation%s for additional information or log a %ssupport ticket%s if you need our assistance.',
'really-simple-ssl' ), '<a target="_blank" rel="noopener noreferrer" href="https://really-simple-ssl.com/install-ssl-certificate/?mtm_campaign=instructions&mtm_source=free">', '</a>',
'<a target="_blank" rel="noopener noreferrer" href="https://wordpress.org/support/plugin/really-simple-ssl/">', '</a>' ),
'menu_items' => [
[
'id' => 'le-system-status',
'group_id' => 'le-system-status',
'title' => __('System status', 'really-simple-ssl'),
'intro' => __('Letʼs Encrypt is a free, automated and open certificate authority brought to you by the nonprofit Internet Security Research Group (ISRG).',
'really-simple-ssl'),
'helpLink' => 'about-lets-encrypt',
'tests_only' => true,
],
[
'id' => 'le-general',
'title' => __('General Settings', 'really-simple-ssl'),
],
[
'id' => 'le-hosting',
'title' => __('Hosting', 'really-simple-ssl'),
'intro' => __('Below you will find the instructions for different hosting environments and configurations. If you start the process with the necessary instructions and credentials the next steps will be done in no time.',
'really-simple-ssl'),
],
[
'id' => 'le-directories',
'title' => __('Directories', 'really-simple-ssl'),
'tests_only' => true,
],
[
'id' => 'le-dns-verification',
'title' => __('DNS verification', 'really-simple-ssl'),
'tests_only' => true,
],
[
'id' => 'le-generation',
'title' => __('Generation', 'really-simple-ssl'),
'tests_only' => true,
],
[
'id' => 'le-installation',
'title' => __('Installation', 'really-simple-ssl'),
'tests_only' => true,
],
[
'id' => 'le-activate_ssl',
'title' => __('Activate', 'really-simple-ssl'),
'tests_only' => true,
],
],
],
];
$menu_items = apply_filters('rsssl_menu', $menu_items);
return rsssl_add_url_param_ids( $menu_items );
}
/**
* Add URL parameters to upgrade links
*
* @param array $menu_items
*
* @return array
*/
function rsssl_add_url_param_ids( array $menu_items ): array {
foreach ( $menu_items as $key => $menu_item ) {
if (isset($menu_item['menu_items'])) {
$menu_items[ $key ]['menu_items'] = rsssl_add_url_param_ids( $menu_item['menu_items'] );
}
if (isset($menu_item['groups'])) {
$menu_items[ $key ]['groups'] = rsssl_add_url_param_ids( $menu_item['groups'] );
}
if ( isset( $menu_item['premium'] ) ) {
$menu_items[ $key ]['upgrade'] =rsssl_link( 'pro', $menu_item['id'] );
}
if ( isset( $menu_item['helpLink'] ) ) {
$menu_items[ $key ]['helpLink'] = rsssl_link( $menu_item['helpLink'], 'instructions', $menu_item['id'] );
}
}
return $menu_items;
}
function rsssl_get_url_ref(){
if ( !defined('HBRW_PLATFORM_ID') ) {
return false;
}
if ( defined( 'rsssl_pro') ) {
return false;
}
$param_ids = [
1 => 483,//Combell
2 => 492,//Easyhost
];
$id = (int) HBRW_PLATFORM_ID;
return $param_ids[ $id ] ?? false;
}
function rsssl_link( $slug = 'pro', $mtm_campaign = 'notification', $mtm_src = 'free', $discount = '' ): string {
$mtm_src = sanitize_title( $mtm_src );
$mtm_campaign = sanitize_title( $mtm_campaign );
$ref = rsssl_get_url_ref();
//remove slash at start of $slug, if existing, and add at the end.
$slug = trailingslashit( ltrim( $slug, '/' ) );
$multisite = is_multisite() ? 'mtm_kwd=multisite&' : '';
$url = "https://really-simple-ssl.com/$slug?{$multisite}mtm_campaign=$mtm_campaign&mtm_source=$mtm_src&mtm_content=upgrade";
if ( (int) $ref > 0 ) {
$url = add_query_arg( 'ref', $ref, $url );
}
// Add discount code separately if provided
if ( ! empty( $discount ) ) {
$url = add_query_arg( 'discount', $discount, $url );
}
return $url;
}
كتبت شروق عارف يشهد العالم تطورا غير مسبوق في التكنولوجيا، حيث أصبح الذكاء الاصطناعي قوة مؤثرة تعيد تشكيل حياتنا وتغيّر قواعد العديد من المجالات. ورغم ما يتيحه هذا التقدم من فرص واسعة، إلا أنه يثير تحديات ومخاوف، خاصة في ظل غياب تشريعات واضحة تنظم استخدامه في مجالات حساسة كالجراحة، والسيارات ذاتية القيادة، والمجال القانوني. هذا الواقع يطرح تساؤلات مهمة، أبرزها: من يتحمل المسؤولية عند حدوث خطأ؟ وتواجه مصر اليوم تحديا في سن قوانين تحمي حقوق الناس وتواكب في الوقت نفسه التقدم التكنولوجي
لا قانون للذكاء الاصطناعي حتى الان
صرح المحامي محمد عاطف بأن الذكاء الاصطناعي لا يخضع حتى الآن لإطار قانوني واضح ومحدد.
و لم يتم إصدار قانون شامل ينظم استخداماته حتى الآن.
وأوضح أنه لا يجوز قانونًا للذكاء الاصطناعي تقديم استشارات قانونية، حيث إن هذه المهام يجب أن تكون من اختصاص محامي مرخص أو جهة قانونية معترف بها، لضمان صحة المعلومات .
وفي ما يتعلق بالمسؤولية الطبية، أشار إلى أن الطبيب هو المسؤول الأول عن الخطأ الطبي، باعتباره صاحب القرار والمتخصص في تقديم الرعاية الصحية، وبالتالي فهو الذي يُسأل قانونًا عند وقوع أي تقصير أو إهمال.
أما في حالات حوادث السير، فقد بين أن السائق هو المسؤول قانونيًا عن أي خطأ يقع أثناء القيادة، لأنه هو المتحكم .
وأضاف أن القانون لا يزال غير مستوعب بشكل كامل لمفهوم القيادة الذاتية، وبالتالي لا يحمل الذكاء الاصطناعي أي مسؤولية في هذا السياق حتى الآن.
من جانبه، أوضح المحامي الجنائي محمد علي أن الذكاء الاصطناعي لديه القدرة على تقديم استشارات أو خدمات قانونية.
ولكن لا بد أن نفرق بين دوره ودور المحامي، فالمحامي لا يعتمد فقط على المعلومات، بل على فهمه العميق للقانون وظروف كل قضية، وهو ما لا يستطيع الذكاء الاصطناعي تقديمه، لأنه في النهاية مجرد أداة.
كما أن الذكاء الاصطناعي يمكنه المساعدة في الوصول إلى مواد قانونية أو شرح بعض المفاهيم، لكنه لا يقدم حلولًا قانونية كاملة، ولا يستطيع التعامل مع تفاصيل كل حالة على حدة كما يفعل المحامي البشري.
وأشار إلى أن مصر لا تمتلك حتى الآن قانونًا خاصًا ينظم الذكاء الاصطناعي.
كما لا يوجد ما يمنع قانونًا استخدام أدوات الذكاء الاصطناعي في تقديم استشارات قانونية، لكن لا يمكن الاعتماد عليها كبديل عن المحامي المرخص، حيث يشترط قانون المحاماة أن تكون المرافعات والتوقيعات القانونية صادرة عن محامي معتمد من النقابة.
وفي المجال الطبي، أوضح أن القانون المصري لا يميز بوضوح بين الخطأ الناتج عن الإنسان والخطأ الناتج عن الذكاء الاصطناعي.
فإذا وقع ضرر نتيجة استخدام أدوات مثل الروبوتات الجراحية أو أنظمة التشخيص، فإن المسؤولية تقع غالبًا على الطبيب.
أما فيما يخص السيارات ذاتية القيادة، فأكد أن مصر لا تملك إطارًا قانونيًا ينظمها حتى الآن.
وفي حال وقوع حادث، قد تتحمل المسؤولية إما الشركة المصنعة أو مالك السيارة، حسب ظروف الحادث.
من جانبه، أكد المحامي المدني رامي أبو رية بأن مصطلح الذكاء الاصطناعي يعد تعبيرا فضفاضا، مما يجعل من السهل القول بأنه لا يوجد قانون محدد ينظم استخدامه.
إلا أن الواقع أكثر دقة فبمجرد تفكيك المصطلح والنظر في كل مجال تُستخدم فيه التكنولوجيا المعتمدة على الذكاء الاصطناعي، نجد أن القوانين الحالية تنظم هذه الاستخدامات بشكل أو بآخر.
وأكد على أهمية تحديد نوع المسؤولية القانونية عند مناقشة الأطر التنظيمية للذكاء الاصطناعي، موضحًا أن الحديث هنا ينصب على المسؤولية المدنية، التي تنقسم بدورها إلى نوعين: المسؤولية العقدية والمسؤولية التقصيرية، التي تُعد الأقرب لتطبيقات الذكاء الاصطناعي في الوقت الراهن.
وأوضح أن المسؤولية التقصيرية تقوم على ثلاثة عناصر: الخطأ، والضرر، وعلاقة السببية، وهو ما تنظمه المادة 163 من القانون المدني المصري.
وأعطى مثالًا على ذلك بالسيارات ذاتية القيادة، مشيرًا إلى أنها تخضع لأحكام المادة 178 من القانون المدني، التي تتعلق بمسؤولية حارس الأشياء، أي الشخص الذي يملك السيطرة الفعلية على الشيء الذي قد يُسبب ضررًا للغير.
وبناءً عليه، فإن مالك أو مشغل السيارة ذاتية القيادة هو المسؤول مدنيًا عن أي ضرر ناتج عنها.
وفيما يتعلق باستخدام الذكاء الاصطناعي في تقديم الاستشارات القانونية، أشار أبو رية إلى أن هذه التقنية يمكنها حاليًا توليد نصوص قانونية تُقدَّم على هيئة استشارات، لكنها لا تستطيع تطبيقها فعليًا.
وقد تتضمن هذه الاستشارات معلومات عامة متداولة، أو تفاصيل دقيقة لا يعرفها سوى المتخصصين، ما قد يشكّل خطرًا على مصلحة من يطلب الاستشارة دون الرجوع إلى مختص بشري.
صرّحت الأستاذة هند توفيق، المحامية المتخصصة بالإستئناف العالي بأن استخدام الذكاء الاصطناعي في مصر يخضع لإطار قانوني واضح، حيث ينظمه قانون حماية البيانات الشخصية الصادر عام 2020، بالإضافة إلى قانون مكافحة جرائم تقنية المعلومات لسنة 2018، ما يضع استخدام هذه التكنولوجيا تحت الرقابة القانونية.
وأوضحت أن الذكاء الاصطناعي يمكن الاستفادة منه في تقديم استشارات وآراء قانونية أو خدمات مساعدة، مؤكدة على استخدامه بشكل فعلي في الأبحاث القانونية وصياغة المذكرات، إلا أن هذه الأدوات لا تحمل طابعًا رسميًا، ويمكن الاعتماد عليها كمصدر تمهيدي أو مساعد، لا أكثر.
وفيما يتعلق بالمسؤولية القانونية في حالة الأخطاء الطبية الناتجة عن استخدام الروبوتات، أكدت أن هناك شقين للمساءلة: جنائي ومدني. ففي الشق الجنائي، يُعد الروبوت بمثابة أداة جراحية، وأي خلل ناتج عنه يؤدي إلى مساءلة الطبيب جنائيًا بتهمة القتل أو الإصابة الخطأ، وفقًا للضرر الواقع. أما في الشق المدني، فالمسؤولية تقع على الطبيب كذلك، باعتبارها مسؤولية تقصيرية، مضيفة أن القانون المدني المصري يتضمن مفهوم “مسؤولية حارس الأشياء”، والتي يمكن تطبيقها على الروبوت باعتباره شيئًا ماديًا، مما يرتب تعويضًا مدنيًا عن الضرر.
وبالنسبة للحوادث الناجمة عن السيارات ذاتية القيادة، أوضحت أن المبدأ نفسه ينطبق؛ حيث يُسأل مالك السيارة مدنيًا، ما لم يثبت أن العطل ناتج عن خلل تقني أو عيب مصنعي، مع تأكيده على اتخاذه الاحتياطات اللازمة. أما من الناحية الجنائية، فلا يوجد حتى الآن نص قانوني واضح يعالج هذه الحالة.
وفي تقييمها للتأثير الاقتصادي للذكاء الاصطناعي، شددت الأستاذة هند على أن هذه التكنولوجيا باتت تمثل خطرًا حقيقيًا على العديد من المهن، خصوصًا تلك التي تعتمد على المهارات الذهنية، مثل مهنة المحاماة والقضاء. لكنها أوضحت أن الوضع في مصر يختلف، إذ لا يمكن الاعتماد كليًا على الذكاء الاصطناعي في تحقيق العدالة، بسبب الطبيعة البشرية لتكوين قناعة القاضي واستنباط القرائن، وهو ما لا تستطيع الخوارزميات محاكاته حتى الآن.
واختتمت حديثها قائلة: “من يعلم؟! ربما نشهد بعد سنوات قليلة طفرة جديدة تجعل الذكاء الاصطناعي قادراً على أداء مهام لم نكن نتخيل أن يفعلها. منذ أربعين عامًا، لو قال لنا أحد أننا سنتحدث اليوم عبر جهاز يسمى الموبايل ونتبادل الرسائل الإلكترونية، لكنا اتهمناه بالجنون”.
لم يعد الذكاء الاصطناعي مجرد فكرة مستقبلية، بل أصبح واقع نعيشه ، ودخل مجالات حساسة تمس حياة الناس بشكل مباشر.
ومع هذا الانتشار السريع، يظل القانون في مصر متأخرًا عن مواكبة هذا التطور، فلا توجد تشريعات واضحة تحدد من المسؤول عند وقوع الخطأ.
ولهذا، فإن وضع إطار قانوني ينظم استخدام الذكاء الاصطناعي أصبح ضرورة لا تحتمل التأجيل، لحماية الحقوق وضمان الاستخدام الآمن والعادل لهذه التكنولوجيا.