wp2shell: more than a month later. Confirm 6.8.6, 6.9.5, 7.0.2. Patched is not clean.

Read the advisory

Online data privacy regulations site owners should know

A plain overview of GDPR, COPPA, GLBA, HIPAA, and PIPEDA: who they cover, what they expect, and practical compliance habits for websites.

Topics Hardening & checklists

Lars Koudal

Lars Koudal

Updated Published

Privacy laws keep stacking up. You do not need a law degree to run a site, but you do need to know which rules can apply to your visitors and what “good enough” looks like day to day.

This is not legal advice. Use official sources for your jurisdiction and industry. The goal here is orientation so you stop guessing.

Privacy and data

GDPR (European Union)

The General Data Protection Regulation has applied in the EU since 2018. It sets rights for people in the EU/EEA over personal data and duties for organizations that process that data.

You can be outside the EU and still be in scope if you offer goods or services to people there, or monitor their behavior online. Fines can be severe. Treat GDPR as a high bar: clear purposes, lawful bases, notices people can understand, and a real way to access, correct, or delete data.

Practical habits:

  • Collect only what you need, with a concrete reason
  • Publish a readable privacy policy and cookie notice where required
  • Support data subject requests without a scavenger hunt
  • Check transfers of personal data outside the EU against current transfer rules

Official checklist starting point: gdpr.eu checklist.

COPPA (United States, children)

The Children’s Online Privacy Protection Act (1998) focuses on personal information from children under 13. If your site is directed at kids, or you knowingly collect from them, COPPA can apply even if you are not “a kids brand” in your own mind.

Expect clear notices for parents, verifiable parental consent in many cases, limits on marketing to young children, and deletion when the purpose is done (or when a parent asks).

If kids are not your audience, say so in your policy and avoid designing flows that invite under-13 signups without a plan.

GLBA (US financial)

The Gramm-Leach-Bliley Act covers financial institutions in the US and how they handle nonpublic personal information. Customers get notices about sharing and often a right to opt out of certain third-party sharing.

The Safeguards Rule pushes for a real security program: training, technical controls, testing, and response when access goes wrong. If you are a bank, lender, or certain financial service, this is core compliance work, not a blog checkbox.

FTC overview: how to comply with the Privacy Rule.

HIPAA (US health)

HIPAA sets rules for protected health information (PHI) for covered entities and many business associates. It is not only hospitals. Schools, clinics, insurers, and partners that handle identifiable health data can fall under it.

Think administrative, physical, and technical safeguards: who can access what, how data is stored and transmitted, and what happens after a breach. Casual talk about patient details in public channels is a classic failure mode. Online forms and plugins that touch PHI need the same seriousness as the clinic filing cabinet.

PIPEDA (Canada)

Canada’s Personal Information Protection and Electronic Documents Act governs many commercial uses of personal information. If you do business with people in Canada, you may need to comply even if you are hosted elsewhere.

PIPEDA’s fair information principles cover consent, purpose limitation, access and correction, and safeguarding. In practice: clear notices, consent where required, a path for people to see and fix their data, and security that matches the sensitivity of what you hold.

Overview: PIPEDA in brief.

Data protection

Habits that travel across laws

Different statutes, similar muscle memory:

  1. Know what personal data you collect and why.
  2. Put the policy where people can find it, in plain language.
  3. Limit access inside your team (least privilege).
  4. Secure the site that holds the data: updates, HTTPS, strong logins, backups. See WordPress security checklist.
  5. Plan for access, correction, and deletion requests before the first angry email.
  6. Prefer official government guidance over random blog posts when stakes are high.

Good privacy practice and good security hardening overlap. A locked-down WordPress install will not make you “GDPR certified,” but a breached form database will make every privacy promise look empty.

Found this useful? Share it.

Larger screenshot