.htaccess security headers
# https://htaccessbook.com/increase-security-x-security-headers/# https://htaccessbook.com/important-security-headers/<IfModule mod_headers.c> # X-XSS-Protection Header set X-XSS-Protection “1; mode=block” # X-Frame-Options Header always append X-Frame-Options SAMEORIGIN # X-Content-Type nosniff Header set X-Content-Type-Options nosniff # Referrer-Policy Header set Referrer-Policy “same-origin” # Strict-Transport-Security Header always set Strict-Transport-Security “max-age=63072000; includeSubDomains”</IfModule>
js immediately run function
React test pure functional comps
Additional nginx directives for Plesk
ACF show default meta box
When the plugin ACF or ACF Pro 5.6.0 is active the native WordPress Custom Fields on post, pages or CPTs is not visible and gone missing. If you disable the ACF plugin the custom fields are visible again.