Live data from Hacker News

Old Vidme embeds turn into porn after domain purchase

theverge.com

21–30 of 125 posts

Re: Old Vidme embeds turn into porn after domain purchase

#21
post #7
post #4

Very amusing but I take issue with the article's claim that "Here’s (yet another) argument against using third-party embeds" - this might be an oversimpified perspective when it's actually a good argument to use subresource integrity (essentially cryptographic pinning of third party embedded content). I am unsure if this extends to every kind of resource that you could have in a web page, (ideally it should) but I co…

Video embeds tend to be especially fragile however since they're often implemented by gluing together a relatively large number of third party services. Any one of the services goes down or changes the API and the whole thing breaks. Ask any uMatrix user how much fun it is to get a video to play on some websites and just how much external crap you have to allow before you see the first frame.

That and Facebook container. I could not get slack to work until I allowed slack access to Facebook because I had to re-authenticate. Even though I don’t use Facebook I have to allow slack to access it at least to be able to authenticate to a different authentication source.

Re: Old Vidme embeds turn into porn after domain purchase

#23
post #11

Earlier quoted context omitted.

You could pre-pay for X years, where X is long enough to ensure you'll be dead when it expires. Edit: Seems like there's a 10 year limit in many places? I wonder if that's broad convention or an actual rule. Okay, apparently an ICANN limit for .com domains: "The expiration date of the domain registration is extended by the number of years, up to a maximum of ten years, as specified by the Registrar's requested Extend…

I can at most pay for 10 years in advance. Is this a limit of my registrar?

On mine, I can pay for up to 10 years, but I think I can just pay twice and get 20.

Edit: It seems to vary. Some places cite an ICANN limit of 10 years.

Re: Old Vidme embeds turn into porn after domain purchase

#24
post #11

Genuinely curious, how does a company manage their domains after they shut down their services to prevent this kind of stuff

You could pre-pay for X years, where X is long enough to ensure you'll be dead when it expires. Edit: Seems like there's a 10 year limit in many places? I wonder if that's broad convention or an actual rule. Okay, apparently an ICANN limit for .com domains: "The expiration date of the domain registration is extended by the number of years, up to a maximum of ten years, as specified by the Registrar's requested Extend…

Aren't most domains limited to 10 years max?

Re: Old Vidme embeds turn into porn after domain purchase

#25
post #23

Earlier quoted context omitted.

I can at most pay for 10 years in advance. Is this a limit of my registrar?

On mine, I can pay for up to 10 years, but I think I can just pay twice and get 20. Edit: It seems to vary. Some places cite an ICANN limit of 10 years.

That may vary by registrar. My .com domain is about 2 years out from renewal and the most it will let me add is 8.

Re: Old Vidme embeds turn into porn after domain purchase

#26
post #2

4 years ago, Archive Team backed up "nearly all" of Vidme (according to Jason Scott). It was uploaded to the Internet Archive here https://archive.org/details/archiveteam_vidme so you can fix your vid.me URLs by pointing them to the Archive. (And you can help keep them there, too https://archive.org/donate But honestly, using the Archive more keeps the bigger donors involved, so don't feel guilty or anything. Just us…

So uhhhh, anyone want to write the recursive replacement regex that'll do that across an entire filesystem?

find | xargs awk?

Re: Old Vidme embeds turn into porn after domain purchase

#27

Earlier quoted context omitted.

Could SRI be used for this? [1] [1] - https://developer.mozilla.org/en-US/docs/Web/Security/Subres...

SRI/hashing works for static content. Though it's worth mentioning it's a SUB-resource feature (images, scripts, etc.). It doesn't work for hyperlinks to other pages. Even if it did, it's a different use case. Say I link to an article by Author A that has comments in it (or even a footer, relative timestamp, sidebar, etc.). Hashing won't work as the page is always changing. I want the link to always go to Author A bu…

Good points. I would guess that for something to be implemented, it would have to be easy for browsers and API tools to check once per domain and cache the response and should probably be something that already exists and has been adopted. Maybe a page could have a meta tag or header that contains a hash of the destination sites DANE signature? Something like "targetref:somedomain.tld expectsig:39726a2fe2bb052cf00e6b95a8385f7" based on tools like danecheck [1] or maybe DNSSEC but that is very poorly adopted.

[1] - https://github.com/vdukhovni/danecheck

Re: Old Vidme embeds turn into porn after domain purchase

#29
post #12

Domains are an area where blockchain technology could help a lot. A domain could cost a fixed amount of X per month. So you could pay 100 years upfront and be sure to not lose it in that timeframe. To move a domain,the registrar and the owner could have to sign the move. So it would not be possible anymore to lose a domain due to the regsitrar making a mistake.

“ethereum name service” is doing this and honestly aside from gas fees it’s not a bad price for permanent real estate (as permanent as the ethereum virtual machine at least)

Re: Old Vidme embeds turn into porn after domain purchase

#30
post #21
post #7

Earlier quoted context omitted.

Video embeds tend to be especially fragile however since they're often implemented by gluing together a relatively large number of third party services. Any one of the services goes down or changes the API and the whole thing breaks. Ask any uMatrix user how much fun it is to get a video to play on some websites and just how much external crap you have to allow before you see the first frame.

That and Facebook container. I could not get slack to work until I allowed slack access to Facebook because I had to re-authenticate. Even though I don’t use Facebook I have to allow slack to access it at least to be able to authenticate to a different authentication source.

Don't get me started on comment section plugins that are basically just Facebook threads on a webpage.
Post reply on HN