Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Releases: sidvishnoi/gecko-webmonetization

2021-02-04

2021-01-13

2020-11-30

12 Jan 16:50
Compare
Choose a tag to compare
2020-11-30 Pre-release
Pre-release

What's supported?

  • Getting monetization details from the first valid <link> element at any time. That is, if you add or remove or modify the link elements, the monetization info is updated. This way, dynamic monetization tags support revenue sharing and single-page applications (SPA) use cases.
  • Monetizing only the currently visible tab in the browser (no background tabs).
  • Fetching the payment info with proper HTTP headers, while respecting CORS policy and cache-control behavior, as defined by the SPSP protocol.
  • To preserve user's privacy, no referrer information (i.e., the URL of current website) or cookies are sent to the monetization receiver (e.g. Uphold).
  • Logging error messages and other information to the browser console.

What's not supported?

Implementation only handles the fetching and processing of the monetization endpoint (payment pointer), and not the actual monetization.

Read my first report for details.