Added an edit with the filter line
Ananace
Just another Swedish programming sysadmin person.
Coffee is always the answer.
And beware my spaghet.
- 4 Posts
- 10 Comments
I actually recently added the Microsoft logout page to µblocks domain filter at work, since it would every now and then trigger a logout the very first page load after I’d log in to the email there.
This has also somehow caused a bunch of other AD-connected systems to suddenly behave a lot better when it comes to session termination.
Edit: Since people were asking for it, this is what you need to add to the “My filters” tab in your UBO config;
||login.microsoftonline.com/common/oauth2/v2.0/logout^$document
This will prevent any requests from redirecting you to log out, timeouts etc will still invalidate your session.
Ananace@lemmy.ananace.devto Gaming@beehaw.org•itch.io now seemingly affected by same payment processor rules as Steam8·1 month agoNo longer an assumption - from itch themselves: https://itch.io/updates/update-on-nsfw-content
Ananace@lemmy.ananace.devto Gaming@beehaw.org•itch.io now seemingly affected by same payment processor rules as Steam931·1 month agoAssuming that this is due to pressure from VISA/MasterCard - like it’s been with Steam.
It’s patently bizarre how a company whose only purpose is transferring money from account A to B can then arbitrarily decide what people are allowed to buy and sell.
It’s one thing to refuse to be an acceptable payment method for NSFW games, but to forbid the store from selling them at all? That’s just megalomania, and a great pointer to why monopolies (and duopolies) are A Bad Thing™
Ananace@lemmy.ananace.devto Ereader@lemmy.ml•E-reader news - Rakuten Kobo relies on too many 3rd parties for their e-reading software8·1 month agoI guess they’re going to complain about the fact that Kobo e-readers use regular microSD cards for onboard storage next, instead of soldering the chips directly to the board.
For sparkling, it’s commonly referred to as “homeopathic lager” among colleagues - i.e. without any active ingredients.
Ananace@lemmy.ananace.devto Open Source@lemmy.ml•GitHub - element-hq/ess-helm: Element Server Suite Community Edition4·4 months agoIf you don’t have a hard requirement for the Helm Chart to be written by Element themselves, I’ve been maintaining some Charts for Matrix components for almost six years - which have also ended up being used as the base for the German BundesMessenger project. Unfortunately free time hasn’t allowed me to do nearly as much as I want with it, especially since it continues to work for the use-cases for my job.
We do have a room on Matrix for dealing with Kubernetes setups though.
I also ended up chatting with one of the core devs of Synapse about ways to improve regular Python Synapse for use with Kubernetes back in the ending of January, so hopefully it’ll improve in that direction when time allows. They have the exact same problems with providing hosted setups after all, so they too want to make the open-source version easier to run.
Ananace@lemmy.ananace.devto Linux@lemmy.ml•German state gov. ditching Windows for Linux, 30K workers migrating20·5 months agoThey actually did a study on it after rolling back to Windows, and it turned out to not have failed due to technical difficulties at all.
If I recall correctly they stated that something like 80-90% of all issues reported during the period were due to badly designed processes - processes which were the same as in Windows, and the number of technical issues actually dropped.Certainly, the fact that Microsoft promised to build a fancy new HQ in the city if they switched back to Windows can’t have had anything to do with the choice to roll back…
Ananace@lemmy.ananace.devto Selfhosted@lemmy.world•What steps do you take to secure your server and your selfhosted services?English3·5 months agoDefault block for incoming traffic is always a good starting point.
I’m personally using crowdsec to good results, but still need to add some more to it as I keep seeing failed attacks that should be blocked much quicker.
I think the login-redirect system is just broken for ADFS, it feels like it adds all the SSO-logout URLs for all systems you’re logged into to the redirect queue when it times your session out.
Which means you’ll have to log in enough times to exhaust that queue before it finally reaches the actual system you’re trying to log into.
But that’s just an assumption.