mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-03 08:04:37 +02:00
6 lines
253 B
Kotlin
6 lines
253 B
Kotlin
package app.revanced.patches.reddit.customclients
|
|
|
|
object Constants {
|
|
const val OAUTH_USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) " +
|
|
"Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.60"
|
|
} |