| Server IP : 217.160.0.95 / Your IP : 216.73.216.74 Web Server : Apache System : Linux infong-uk56 4.4.400-icpu-108 #2 SMP Wed Feb 11 11:51:01 UTC 2026 x86_64 User : u78863098 ( 10368940) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/oneclick/WordPress/7.0/601/custom/wordpress/wp-content/plugins/ionos-security/ |
Upload File : |
# IONOS Security This is a plugin which provides several security features for WordPress. At the moment, it provides the following features: * Credentials check * Email login prevention * SSL check * Allow XML-RPC requests by CIDR ## Configuration template Please see the example-config.json file. ## Contributing There are three ways to bring up this project locally: 1. Use the _docker-compose.yml_ file 2. ``git clone`` the repo into an existing WordPress-plugins-folder 3. Use [wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/) ### Installing the project locally Install all dependecies: ```bash composer install --ignore-platform-reqs npm install npm run compileSassInFeatures ``` Set the config with ```bash npx playwright test tests/set-config.test.js ``` ### wp-env Gain access to the backend with __admin/password__. The plugin is already installed and activated. ``npx wp-env start``