Remove COOP header
What does this MR do and why?
We encountered an issue during rollout (see #425701 (comment 1586363320)). After further investigation we determined this feature won't work as intended. Reverting !131571 (merged)
The original implementation also created a new BaseActionController class, which I still think is a good idea long-term. However, absent an initial use-case it doesn't make sense to keep this base controller around. We can add it back later if/when such a use-case comes up again.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.