Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 399 Bytes

File metadata and controls

17 lines (12 loc) · 399 Bytes

Repro Attribution Reporting issue locally

Issue #40

Set up

  • git clone

In the project folder (./repro-attribution-reporting-issue):

  • npm i
  • brew install mkcert
  • mkcert -install
  • mkcert localhost

Run

  • Run as localhost HTTPS: node ./index-https.js
  • Run as localhost HTTP: node ./index.js