Open JamesTheClarke opened 3 years ago
I've disabled Theme Editor and Plugin Editor via wp-config.php
define( 'DISALLOW_FILE_EDIT', true );
When all plugins are fully installed it's probably good to also disable the plugin editor:¨
define( 'DISALLOW_FILE_MODS', true );
A few points to check (from https://www.wpbeginner.com/wordpress-security/)
wp_
prefixAdditional TODOs:
Priority:
Before we are able to switch from enjin to WP it's vital that we do a thorough security check in the backend of both WP and the hardware it's stored:
WP
Synology NAS
@enrico-ghidoni I can give you temporary access to the NAS for this if you need it. Feel free to mention any tickboxes I need to add to the OP that we should investigate for security purposes.