RoastMyOpsec

Blog

Safety OPSEC guides

Defensive defaults that keep browsers, cookies, email, and TLS from doing attackers' homework. Ten guides per page.

Page 7 of 7

Safety · Aug 27, 2022

COOP same-origin-allow-popups vs same-origin

COOP same-origin-allow-popups vs same-origin is whether a document you open with window.open() may stay in the same browsing context group: same-origin severs most opener ties, while same-origin-allow-popups is the…

Read guide →

Safety · Jul 7, 2022

Clear-Site-Data vs Cookie Expiry on Logout

Clear-Site-Data vs cookie expiry on logout is two brooms. Setting the session cookie to Max-Age=0 (or an expired date) tells the browser to drop that cookie. Clear-Site-Data on the logout response can instruct…

Read guide →

Safety · May 9, 2022

CAA Records vs Registrar Lock for Domain OPSEC

CAA records vs registrar lock are two different doors on the same house. Certification Authority Authorization (CAA) is a DNS record that tells public CAs which issuers are allowed to mint certificates for your domain.…

Read guide →