Open dev tool, and run
fetch("https://dev.discourse.org/admin/logs/staff_action_logs", {
"headers": { "accept": "application/json" }
}).then((r) => console.log(r.headers.get("Cache-Control")));
Open dev tool, and run
fetch("https://dev.discourse.org/admin/logs/staff_action_logs", {
"headers": { "accept": "application/json" }
}).then((r) => console.log(r.headers.get("Cache-Control")));