Webtoons Fix for EU users (#6424)

Should fix Webtoons not working for EU users
This commit is contained in:
E3FxGaming 2021-04-05 01:32:42 +02:00 committed by GitHub
parent 1b9f714256
commit 37a6b0d2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Webtoons' extName = 'Webtoons'
pkgNameSuffix = 'all.webtoons' pkgNameSuffix = 'all.webtoons'
extClass = '.WebtoonsFactory' extClass = '.WebtoonsFactory'
extVersionCode = 25 extVersionCode = 26
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -45,6 +45,8 @@ abstract class Webtoons(
.value("true") .value("true")
.name("locale") .name("locale")
.value(localeForCookie) .value(localeForCookie)
.name("needGDPR")
.value("false")
.build() .build()
) )
} }