
August 2026: Bucket CORS Rules, a German Dashboard, and Deploy Hook Rotation
Lukas MauserYou can now manage CORS rules for object storage buckets right from the dashboard, switch the whole dashboard to German, and rotate a deploy hook that got exposed.
CORS Rules for Object Storage
Object storage buckets now have a CORS editor on the bucket settings page. Add rules with specific origins, allowed methods, allowed and exposed headers, and a max age, no more asking support to set it up for you. A bucket can have up to 10 rules.
The same configuration is available through the public API too, so you can read, set, or clear CORS rules with a token as part of your own tooling.
Dashboard in German
The dashboard now speaks German. Pick your language from account settings and it sticks across sessions. We translated the full app shell: sidebar, navbar, search, account and team pages, billing, projects, volumes, and error messages. English stays the default, and more languages can follow later.
Deploy Hook Rotation
If a deploy hook URL ever leaks, you can now rotate it from the service page instead of asking support to do it for you. Rotating generates a new URL and immediately invalidates the old one, so double-check anything still using it, like CI pipelines, GitHub Actions, or cron jobs, and update those to the new URL.
That's it for now. As always, if you run into any issues or have feedback, hit us up via the chat widget or at support@sliplane.io.
See you next time,
Lukas