0

I was scrolling down on my YouTube Homepage and found that beside the filter marked Restricted Content, a point mentioned that the setting of this filter applies to this browser only. Here's the screenshot -

enter image description here

Now, I'm wondering what's the reason for that point. I think it seems to suggest that the filter's boolean value will be stored in the browser cookies or localStorage. I, however, can't seem to think what advantage would it be to have this preference stored on the client side, instead of having it on the server side (i.e. associating it with the user account itself).

So, why is it that YouTube stores this on the client side?

asked Nov 18, 2018 at 11:29

1 Answer 1

2

There are several use cases for youtube:

  • User connects with an account (your case)
  • User browses anonymously (my case)

As a connected user, you'd think that it would be more practical to store settings with your account. But this would prevent these kind of settings for unconnected users.

If setting are stored in the browser, the functionality covers the needs of all users, whether connected or unconnected. There is a drawback that connected users have to redo setting several times. But I suppose that most users would probably use only a couple of devices, so that the local setting does not impact fundamentally their browsing experience.

Of course, one could argue that it should not be too complicated to let the two approaches coexist. I can hardly imagine that the additional processing of this synchronisation would overload youtube's servers. So there might be a non-technical design decision on top of technical simplicity.

A final remark is that the local setting favours the default setting. The question is then whether or not there is an interest for Youtube in the default setting or if there are use cases that would make the one more comfortable than the other. I think that youtube has the means for doing enough behavioral studies to believe that this was carefully considered and that it's a deliberate design decision.

answered Nov 18, 2018 at 11:58
2
  • 2
    Possibly in relation to schools and other public locales that would like to control the youtube experience one can have on their machines? Commented Nov 19, 2018 at 14:22
  • I am sorry for such a late response. Your answer is very informative and appropriate. I have marked it as correct. Thanks! :) Commented Dec 5, 2018 at 14:42

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.