Advertisement
Guest User

OXKSA1

a guest
Apr 27th, 2017
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. <script>
  2.  
  3.  
  4. var availableLocales = ['en-us','da-dk','de-de','es-es','es-mx','fi-fi','fr-ca','fr-fr','it-it','ja-jp','ko-kr','nb-no','nl-nl','pl-pl','pt-br','pt-pt','ru-ru','sv-se','zh-cn','zh-tw'];
  5. var require = {
  6. baseUrl: '/static/js/bifrost/js/',
  7. paths: {
  8. 'braintree': '//js.braintreegateway.com/js/braintree-2.31.0.min'
  9. },
  10. waitSeconds: 15,
  11. config: {
  12. // Config options for module 'app-config'.
  13. 'app-config': {
  14. packages: ['profile'],
  15. secureCookies: true,
  16. enabledLocales: availableLocales,
  17. localesBuster: 'cb=9e54e4b670cb7fea5b735f420995739e',
  18. supportUrl: 'https://help.mojang.com',
  19. loginUrl: '/login?ref=gm',
  20. logoutUrl: '/logout',
  21. profileUrl: '/profile?ref=gm',
  22. verifyUrl: '/store/minecraft#verify',
  23. migrationUrl: 'https://account.mojang.com/migrate',
  24. forgotPasswordUrl: 'https://account.mojang.com/password',
  25. redeemUrl: '/redeem',
  26. analytics: analyticsFn,
  27. productName: 'Minecraft',
  28. productAgent: 'minecraft',
  29. user: {
  30. countryCode: 'SA',
  31. locale: 'en-us'
  32. }
  33. }
  34. }
  35. };
  36. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement