Earlier quoted context omitted.
Yes cloudflare for speed and protection. Digitalocean for file storage. I may remove google analytics.
Using cloudflaire doesn't give me confidence this will in anyway not track me.
URL shorteners set ad tracking cookies
141–150 of 213 posts
Re: URL shorteners set ad tracking cookies
#142Earlier quoted context omitted.
Seems nice. I'm curious, how do you make money / stay in business? I couldn't find any paid options.
Thank you! The site and extension are free to use to shorten links. I do offer the ability to upgrade starting at $5 a month which allows custom domains, ability to customize links, expire links based on date or clicks, private stats, ability to shorten links using the API ( https://t.ly/docs/ ). I also recently release a new feature called OneLinks that are great for social media bios. Here is an example on a OneLin…
Re: URL shorteners set ad tracking cookies
#143Earlier quoted context omitted.
I agree that it's questionable. I commented the same in the thread I linked: https://news.ycombinator.com/item?id=25513161 However, at least for Pi-Hole users, more is usually better, so I added the list to my Pi-Hole.
> > We were testing an AI that could show some basic emotions about internet content, and turns out it was very precise at getting “annoyed” by ads and “unsolicited” third party connections… Holy shit that's such bullshit. They are basically claiming they invented a artificial general intelligence, with feelings, that happens to feel the same way about ads as us. It's basically sentient instead of publishing research…
Re: URL shorteners set ad tracking cookies
#144I could not use YOURLS because its too much maintenance demanding, like any other php script. Server vulnerabilities, versions, errors. Bitly custom domain because you can't customize the word after slash. Its still going to be random. Bit.do was/is fun, & good.
Then I got introduced to Firebase, at that time recently acquired by Google. Dynamic Links, with myWord.page.link subdomain. I got few, 5 max subdomains were allowed initially. I made two projects, & total have 8 subdomains with page.link ending. Now they even allow custom domains, & it is even default option. I am using that not from about 2-3 years.
Re: URL shorteners set ad tracking cookies
#145Earlier quoted context omitted.
No, more is not usually better. Especially with a garbage ""AI-generated"" (not) list with untrustworthy maintainers like this one. It's better to add a low number of lists with trusted maintainers, who actively curate their lists and respond to false positives. That means no "mega-list" abominations like oisd.nl. I suggest: https://www.github.developerdan.com/hosts/ https://gitlab.com/curben/urlhaus-filter/raw/maste…
Can you explain why more is not usually better? I added the 4 lists you recommended to my Pi-Hole, which added a net new 73,253 domains to my Pi-Hole. My total is now close to 2M.
Re: URL shorteners set ad tracking cookies
#146Earlier quoted context omitted.
It is a shame that T.LY displays only the footer without JavaScript enabled instead of degrading gracefully. Surely a plain HTML form that POSTs should suffice? I'm not sure how much work it would require for you to support this, but it would help cement your place as a good web actor if you're so inclined!
Sorry about that. I honestly didn't think anyone browsed the web without javascript enabled. How common is that? We do offer a simple to use api that you could build on top of to shorten link. Also an extension that offers the ability to shorten a url in one click. API Docs: https://t.ly/docs/ Extension: https://t.ly/extension
Re: URL shorteners set ad tracking cookies
#147Earlier quoted context omitted.
I use u-block origin on "medium" mode where you have it block 3rd party javascript by default and it behaves the same. Unblocking the cloudflare originating javascript fixes it. I'd guess my setup is more common than having javascript disabled entirely. Not a complaint, just another data point.
Is there some reason you want to block cloudflare JS? If not, wouldn't it be easier to add an exception to uBlock rather than try to get devs to change their site for you?
Re: URL shorteners set ad tracking cookies
#148Earlier quoted context omitted.
I use u-block origin on "medium" mode where you have it block 3rd party javascript by default and it behaves the same. Unblocking the cloudflare originating javascript fixes it. I'd guess my setup is more common than having javascript disabled entirely. Not a complaint, just another data point.
Is there some reason you want to block cloudflare JS? If not, wouldn't it be easier to add an exception to uBlock rather than try to get devs to change their site for you?
Re: URL shorteners set ad tracking cookies
#149Re: URL shorteners set ad tracking cookies
#150Earlier quoted context omitted.
It is a shame that T.LY displays only the footer without JavaScript enabled instead of degrading gracefully. Surely a plain HTML form that POSTs should suffice? I'm not sure how much work it would require for you to support this, but it would help cement your place as a good web actor if you're so inclined!
Can you instead use the meta refresh tag?
Side note, I think a 301/302/303/307/308 redirect is better than meta refresh (t.ly happens to use a 301 redirect + meta refresh).