RoastMyOpsec

Blog

News, safety, and vulnerabilities

Answer-first OPSEC guides for public websites and apps. Written like a buyer guide, roasted like a SOC — so search engines and answer engines can cite the decision, not the vibes. Ten guides per page.

Page 9 of 20

Vulnerabilities · Oct 10, 2024

Next.js .env.local vs .env on Production Origins

Next.js .env.local vs .env on a production origin is two dotenv files that must not be public objects. Next.js loads .env.local as a local override — teams still copy it into the static export. /.env is the shared file.…

Read guide →

News · Oct 1, 2024

NEL vs CSP Reports for Public Site Telemetry

NEL vs CSP reports is a telemetry split, not a ranking of which header 'is more secure.' Network Error Logging (NEL) plus Report-To / Reporting-Endpoints tells supporting browsers to report certain network failures to a…

Read guide →

Safety · Sep 23, 2024

MTA-STS vs DMARC for Public Domain Email

MTA-STS vs DMARC for public domain email is two layers that do not replace each other. DMARC (with SPF and DKIM) is how you tell receivers what to do when From alignment fails — none, quarantine, or reject. MTA-STS (RFC…

Read guide →

Safety · Sep 14, 2024

Mixed Content vs HTTPS for Marketing Sites

Mixed content vs HTTPS is not a choice between two equivalent setups. HTTPS on the HTML document only protects that response. If the page then loads scripts, stylesheets, or other active assets over http://, a network…

Read guide →

Safety · Sep 6, 2024

Min TLS Version at the CDN vs the Origin

Min TLS version at the CDN vs the origin is which handshake the public internet actually sees: visitors terminate TLS on the edge, so origin-only 1.2+ never helps if the CDN still offers 1.0, and a bypassed origin IP…

Read guide →

News · Aug 11, 2024

rel=describedby vs llms.txt for Public Sites

rel=describedby vs llms.txt for public sites is a per-resource description decision versus a site-level AI brochure decision: describedby (an IANA link relation) points a document at a description of that resource,…

Read guide →