Results 4 issues of Tommy George

Howdy! I stumbled on what seemed like a bug the other day, and I think I've found the right solution. ### Problem TL;DR When a `.png` file is "yesterday" (as...

Fixes: #75 WordPress allows password protecting pages, per https://wordpress.org/support/article/using-password-protection/ When the end-user enters a password, WordPress sets a cookie value prefixed `wp-postpass_` followed by a hash for the URL. Previously,...

... because the cookies that WordPress looks for are always stripped, except for logged-in users. I submitted a PR that *might* be a suitable workaround: https://github.com/fastly/WordPress-Plugin/pull/74

Also adjusts usage of "save" to avoid sending unnecessary data to the database.