We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ed94b commit ee59881Copy full SHA for ee59881
1 file changed
src/boot/Config.js
@@ -129,7 +129,7 @@ var Config = new Class({
129
MATH.RND.init(this.seed);
130
131
this.gameTitle = GetValue(config, 'title', '');
132
- this.gameURL = GetValue(config, 'url', 'http://phaser.io');
+ this.gameURL = GetValue(config, 'url', 'https://phaser.io');
133
this.gameVersion = GetValue(config, 'version', '');
134
135
// Input
0 commit comments