Webtoons Fix for EU users (#6424)
Should fix Webtoons not working for EU users
This commit is contained in:
parent
1b9f714256
commit
37a6b0d2dd
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Webtoons'
|
||||
pkgNameSuffix = 'all.webtoons'
|
||||
extClass = '.WebtoonsFactory'
|
||||
extVersionCode = 25
|
||||
extVersionCode = 26
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -45,6 +45,8 @@ abstract class Webtoons(
|
|||
.value("true")
|
||||
.name("locale")
|
||||
.value(localeForCookie)
|
||||
.name("needGDPR")
|
||||
.value("false")
|
||||
.build()
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue