We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d6a3c commit df9a65fCopy full SHA for df9a65f
1 file changed
README.md
@@ -0,0 +1,14 @@
1
+ibericode mods
2
+==============
3
+
4
+A collection of lightweight WordPress plugins that we commonly use on our sites.
5
6
+- Allow SVG uploads
7
+- Disable installing or updating plugins through the WP Admin interface.
8
+- Disable the `/wp-json/wp/v2/users` REST API endpoint.
9
+- Adds `Robots: noindex` HTTP header to all non-singular pages (except the front page).
10
+- Protect WP Login through a 2 second timeout and `Origin` check.
11
+- Purge Bunny CDN Cache on `save_post`
12
+- Set HTTP `Cache-Control` header on all safe requests for logged-out users.
13
+- Configure `wp_mail()` to use SMTP.
14
+- Automatically mark comments as spam through a collection of empirically discovered checks.
0 commit comments