CSDUMMI

Results 126 comments of CSDUMMI

Is there any change to the output, that a function using UTF-16 code units would produce and a function using characters, which would do essentially the same thing?

Especially with String.length, is the length not the number of characters?

Then I think you should open a PR with more or less this information added to the docs. This might be very relevant to some apps. Could a text editor,...

I've the same problem when trying to subscribe, boost or like a post.

The case against this behavior is that it is invisible to the user. When a user logs in on a machine that is not their own, such as a hotel...

I found this section about how logout could be implemented on the `omniauth-saml` gem used by mastodon: https://github.com/omniauth/omniauth-saml#single-logout

We have consensus thus, that this issue should be solved - even as we are not in agreement on how SLO should be activated, whether by default or not. The...

And I'd argue that the invisibility itself is a security issue - which does not mean that we need to require SLO - just that the user must be aware...

I've been working on this a bit more and found that, if you wanted to allow SLO with OpenID, you'd do this: 1. Fork mastodon 2. Change the `after_sign_out_path_for` method...

The PR #24020 has now been merged. This closes my concern with this issue - although it still exists when using SAML and may exist when using CAS. Thus I'm...