• 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle


  • Well, I’m not that pessimist, at least not on those 2 points. I hardly see how CSP would prevent addon to do their stuff, as CSP is protection against cross site attacks, and extension aren’t sites (thought I actually remember having an issue like that once making an extension, but correcting the extensio’s permissions solved it).

    And DRMs only apply on the video stream. It won’t protect the webpage or the javascript. Plus there are content on youtube that they are contractually required to not put behind DRMs.

    What I’m worried youtube will do is simply that their server will refuse to send the video until a certain time after the user load the page, thid time corresponding to a bit less than the time the user would wait by playing ads.

    It won’t force the user to watch ads. But it’ll deincensitive it by a certain amount.






  • That’s actually a pretty good idea, thought It have some defect, in particular, each ActivityPub server have a limited view of the whole network. While it is usefull for avoiding abuse, it also have the downside that you can’t search for the whole thing that’s published on a platform.

    But that could be solved with what is called backfilling (that Matrix does incredibly well). Sepia search (for Peertube) also does this.

    Mixing ActivityPub with backfilling would be a really good idea. You can share metadata of ressources, have multiple instance, admin could block abusive website, and searching the whole site would be possible.

    Maybe I’ll go study what already exist on this side.

    (as an aside, Tribler does something similar to that, but only for Torrent and P2P)