Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
ad0334e7
Commit
ad0334e7
authored
Jan 14, 2016
by
Zach H
Browse files
mtgjson now secure
parent
fc59a33b
Changes
1
Show whitespace changes
Inline
Side-by-side
oracle/src/oraclewizard.cpp
View file @
ad0334e7
...
...
@@ -30,13 +30,13 @@
#include
"settingscache.h"
#define ZIP_SIGNATURE "PK"
#define ALLSETS_URL_FALLBACK "http://mtgjson.com/json/AllSets.json"
#define ALLSETS_URL_FALLBACK "http
s
://mtgjson.com/json/AllSets.json"
#ifdef HAS_ZLIB
#include
"zip/unzip.h"
#define ALLSETS_URL "http://mtgjson.com/json/AllSets.json.zip"
#define ALLSETS_URL "http
s
://mtgjson.com/json/AllSets.json.zip"
#else
#define ALLSETS_URL "http://mtgjson.com/json/AllSets.json"
#define ALLSETS_URL "http
s
://mtgjson.com/json/AllSets.json"
#endif
#define TOKENS_URL "https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment