Migrate billing from Paddle to Lemon Squeezy
This commit is contained in:
@@ -37,7 +37,7 @@ class ContentSecurityPolicy
|
||||
$scriptSources = [
|
||||
"'self'",
|
||||
"'nonce-{$scriptNonce}'",
|
||||
'https://cdn.paddle.com',
|
||||
'https://app.lemonsqueezy.com',
|
||||
'https://global.localizecdn.com',
|
||||
];
|
||||
|
||||
@@ -49,21 +49,16 @@ class ContentSecurityPolicy
|
||||
|
||||
$connectSources = [
|
||||
"'self'",
|
||||
'https://api.paddle.com',
|
||||
'https://sandbox-api.paddle.com',
|
||||
'https://checkout.paddle.com',
|
||||
'https://sandbox-checkout.paddle.com',
|
||||
'https://checkout-service.paddle.com',
|
||||
'https://sandbox-checkout-service.paddle.com',
|
||||
'https://api.lemonsqueezy.com',
|
||||
'https://app.lemonsqueezy.com',
|
||||
'https://fotospiel.lemonsqueezy.com',
|
||||
'https://global.localizecdn.com',
|
||||
];
|
||||
|
||||
$frameSources = [
|
||||
"'self'",
|
||||
'https://checkout.paddle.com',
|
||||
'https://sandbox-checkout.paddle.com',
|
||||
'https://checkout-service.paddle.com',
|
||||
'https://sandbox-checkout-service.paddle.com',
|
||||
'https://app.lemonsqueezy.com',
|
||||
'https://fotospiel.lemonsqueezy.com',
|
||||
];
|
||||
|
||||
$imgSources = [
|
||||
|
||||
Reference in New Issue
Block a user