/* Disable plugins/themes file editor*/ define('DISALLOW_FILE_EDIT', true); /* Remove REST API links from headers */ remove_action('xmlrpc_rsd_apis', 'rest_output_rsd'); remove_action('wp_head', 'rest_output_link_wp_head'); remove_action('template_redirect', 'rest_output_link_header', 11, 0); /* Remove some info from headers */ header('X-Content-Type-Options: nosniff'); header('X-Frame-Options: SAMEORIGIN'); header('Strict-Transport-Security: max-age=31536000;'); header('Referrer-Policy: same-origin'); header("Permissions-Policy: accelerometer 'none' ; ambient-light-sensor 'none' ; autoplay 'none' ; camera 'none' ; encrypted-media 'none' ; fullscreen 'none' ; geolocation 'none' ; gyroscope 'none' ; magnetometer 'none' ; microphone 'none' ; midi 'none' ; payment 'none' ; speaker 'none' ; sync-xhr 'none' ; usb 'none' ; notifications 'none' ; vibrate 'none' ; push 'none' ; vr 'none' ");