Enable donates
This commit is contained in:
parent
0c45b20401
commit
e7cb18f14b
1 changed files with 1 additions and 5 deletions
|
@ -123,11 +123,7 @@ export async function handleRequest(request: Request) {
|
|||
donatesEnabled = true;
|
||||
} else if (
|
||||
appVersion.flavor == 'google' &&
|
||||
!(request.cf?.asOrganization || '').toLowerCase().includes('google') &&
|
||||
(request.cf?.country == 'DE' ||
|
||||
request.cf?.country == 'TR' ||
|
||||
request.cf?.country == 'CY' ||
|
||||
request.cf?.country == 'CH')
|
||||
!(request.cf?.asOrganization || '').toLowerCase().includes('google')
|
||||
) {
|
||||
donatesEnabled = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue