Merge pull request #345 from okfn/345-dataproxy-ssl
Dataproxy backend does not work on ssl pages
This commit is contained in:
commit
4d5fa4e6ea
@ -5,7 +5,7 @@ this.recline.Backend.DataProxy = this.recline.Backend.DataProxy || {};
|
|||||||
(function(my) {
|
(function(my) {
|
||||||
my.__type__ = 'dataproxy';
|
my.__type__ = 'dataproxy';
|
||||||
// URL for the dataproxy
|
// URL for the dataproxy
|
||||||
my.dataproxy_url = 'http://jsonpdataproxy.appspot.com';
|
my.dataproxy_url = '//jsonpdataproxy.appspot.com';
|
||||||
// Timeout for dataproxy (after this time if no response we error)
|
// Timeout for dataproxy (after this time if no response we error)
|
||||||
// Needed because use JSONP so do not receive e.g. 500 errors
|
// Needed because use JSONP so do not receive e.g. 500 errors
|
||||||
my.timeout = 5000;
|
my.timeout = 5000;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user