Skip to content

Private Files: Always send X-Private header


11 February 2021

23:59:01 GMT+0000

To harden the feature and avoid unexpected issues when the ACL endpoint may hit an error (e.g. fatal), we now will always send the X-Private header when the endpoint successfully processes the file. This way, we can differentiate between successful and unsuccessful requests and handle them appropriately upstream.

https://github.com/Automattic/vip-go-mu-plugins/pull/1974