proomt

Search

Search posts, papers, and topics

All posts

Hacker News front pageCindy Harper2 min readintermediate

Spain Orders Blocks on Archive.today and Its Mirrors

Summary

Spain’s Intellectual Property Commission ordered ISPs to block Archive.today and its mirrors, redirecting users to a government warning page. The block was triggered by an administrative complaint from an unnamed rights holder and follows a 2021 protocol for rapid takedown of mirror sites. No technical details or engineering analysis are provided.

  • The block is an administrative decision, not a court ruling, and applies to all Archive.today domains (archive.is, archive.ph, archive.li).
  • Spain’s 2021 protocol obliges ISPs to block mirror sites within 24 hours of notice from a Technical Committee.
  • The affected domains are not listed on the Ministry of Culture’s public blocklist, indicating possible gaps in transparency.

For engineers building web‑archiving tools, content‑preservation services, or any platform that may be subject to takedown requests, this illustrates how non‑judicial, policy‑driven blocks can abruptly disrupt service availability across an entire country.

3/10

Related reading

  1. Laravel Scalpel Scans for Filesystem Intrusion Evidence

    Laravel Scalpel is a Laravel‑native scanner that looks for post‑deployment filesystem tampering – rogue PHP files, obfuscated backdoors, altered .htaccess/.user.ini, missing or mis‑configured .env, and diffs against a signed baseline. It ships with six built‑in scanners, baseline snapshot commands, fast vs strict hashing modes, CI‑friendly output (JSON, SARIF, GitHub annotations) and a ScanFinish…

    Laravellaravel-news.com5 min
  2. Introducing Ad Blocker for Firefox on iOS: More Control, Fewer Distractions

    Firefox for iOS now ships an optional built‑in ad blocker that leverages Apple’s WebKit Content Blocker API and the EasyList filter list. It blocks many third‑party ads and ad‑related trackers before they load, but leaves first‑party ads, search‑result ads, and Firefox‑provided sponsored content untouched. The feature is off by default and can be toggled in Settings → Browsing → Ad Blocker, and i…

    Mozilla Automation Teammozilla.org2 minreleaseHN590204
  3. September 16, 2026 security incident: how we responded to a LiteSpeed zero-day attack

    Hostinger detected a zero‑day exploit in LiteSpeed Web Server on a Brazil server on Sep 16 2026, giving the attacker root access and compromising 399 accounts. The team isolated the server, coordinated with LiteSpeed to patch the vulnerability, rolled out the fix fleet‑wide, and restored affected sites from backups within the same day.

    Hostingerhostinger.com2 minpostmortem
  4. Vercel WAF for Blob is now generally available

    Vercel has made its Web Application Firewall for Blob storage generally available. It lets you add edge‑evaluated IP, country, and path rules to block or rate‑limit traffic to stored objects without changing code, helping cut unwanted bandwidth and costs.

    Vercelvercel.com1 minrelease