interledger / web-monetization-extension

An open-source browser extension that enables Web Monetization.
Apache License 2.0
50 stars 3 forks source link

Retrieve monetization link href with `getAttribute` #473

Closed raducristianpopa closed 1 month ago

raducristianpopa commented 2 months ago

Context

Going to a website (https://example.com/) that has the following monetization link:

<link rel="monetization" href="foo" />

the href attribute will be resolved to https://example.com/foo, since we access the href property directly.

Todos

raducristianpopa commented 2 months ago

Postponed for now.

raducristianpopa commented 1 month ago

Since the link element spec accepts relative URLs, we will keep this as is for the moment.