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'
|
extName = 'Webtoons'
|
||||||
pkgNameSuffix = 'all.webtoons'
|
pkgNameSuffix = 'all.webtoons'
|
||||||
extClass = '.WebtoonsFactory'
|
extClass = '.WebtoonsFactory'
|
||||||
extVersionCode = 25
|
extVersionCode = 26
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user