Defender pro – by WMPM dev
particleDefender helps you stop malware, block bots, and protect logins with zero setup.
Defender helps you stop malware, block bots, and protect logins with zero setup.
Laravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token based APIs. Sanctum allows each user of your application to generate multiple API tokens for their account. These tokens may be granted abilities / scopes which specify which actions the tokens are allowed to perform.
Barracuda Email Protection Email security, made radically easy.
Het CAA record is een DNS record dat domeineigenaren extra controle geeft over SSL certificaten die worden uitgegeven voor diens domeinen – je geeft er mee aan welke CA certificaten mag uitgeven voor jouw domeinen. Het CAA record werd al in 2013 een erkende standaard. Ondanks dat het vaak wordt gebruikt, was het niet verplicht. […]
Beperkt het aantal login pogingen per gebruiker ter voorkoming van Brute force attacking. Bulletpoints
// Disables WordPress Rest API for external requests //————————————————– function restrict_rest_api_to_localhost() { $whitelist = array(‘127.0.0.1’, “::1”, “111.111.111.11”); $whitelistplugins = array(‘contact-form-7’); $request = $_SERVER[‘REQUEST_URI’]; $die = true; if ($request) { foreach ($whitelistplugins as $plugin) { if (!empty(strpos($request, $plugin))) { $die = false; } } } if(!in_array($_SERVER[‘REMOTE_ADDR’], $whitelist) && $die){ die(‘REST API is disabled.’); } } add_action( […]
define(‘DISALLOW_FILE_EDIT’, true );
define( ‘DISALLOW_FILE_MODS’, false );
Gebruikt in oa Delfland