paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

commit 8cb95d87e29ba63d66314a9f933a75ff7c2bedb2
parent b84b51121110066af47452c8dc4e5ad92049b5ed
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 22 Apr 2026 00:30:41 +0200

sketch HTML paywall page

Diffstat:
Mcontrib/paywall.en.must | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/contrib/paywall.en.must b/contrib/paywall.en.must @@ -52,9 +52,9 @@ } const website = `${window.location.protocol}//${window.location.host}`; - const metaMerchant = '{{merchant_backend}}'; - const metaTemplate = '{{template_id}}'; - const maxPickupDelay = {{max_pickup_delay}}; // in seconds + const metaMerchant = '{{ merchant_backend }}'; + const metaTemplate = '{{ template_id }}'; + const maxPickupDelay = {{ max_pickup_delay }}; // in seconds // cap at 100 years, we don't deal well with 'forever' otherwise const usePickupDelay = Math.min(maxPickupDelay, 60*60*24*356*100); @@ -140,4 +140,4 @@ })(); </script> </body> -</html> -\ No newline at end of file +</html>