You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(client): remove useCSRFMiddlewareToken hook (mdn#6895)
The /api/v1/settings route no longer exists in rumba, so the hook
no longer has any effect apart from triggering HTTP 404s.
However, the "csrftoken" cookie is still available and being used.
Suppress formal syntax expansion for <color> and <gradient> (mdn#6871)
* Suppress formal syntax expansion for color and gradient
* Apply suggestions from code review
Co-authored-by: Jean-Yves Perrier <[email protected]>
* ast: change from let to const
Co-authored-by: Jean-Yves Perrier <[email protected]>
fix: make the sitemap generator work with spread build (mdn#6791)
* build sitemap index file with a command option
* ci: use command to build sitemap index file
* format console log