Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32f7fe0

Browse files
bretgMatt Kendall
authored andcommitted
Added support for HTTPS currency file (#666)
1 parent 19364b8 commit 32f7fe0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

dev-docs/modules/currency.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,15 +248,10 @@ a currency object that may contain several parameters:
248248

249249
Prebid.org hosts a conversion file at [http://currency.prebid.org/latest.json](http://currency.prebid.org/latest.json). This file is created daily from the public data at [fixer.io](http://api.fixer.io/latest) and cached on a CDN. Notes:
250250

251+
* The file is also available at [https://currency.prebid.org/latest.json](https://currency.prebid.org/latest.json)
251252
* The conversions available in Prebid.org's file are all of those available at fixer.io.
252253
* To make sure this file doesn't become stale, Prebid.org members are alerted if this file becomes older than 2 days.
253254

254-
<div class="alert alert-danger" role="alert">
255-
<p>
256-
Note that Prebid.org's currency file doesn't currently support secure loading over HTTPS.
257-
</p>
258-
</div>
259-
260255
### Format
261256

262257
Publishers may host their own currency conversion file, whether because the community file doesn't support a particular currency, because more precision is needed, or because they want control over the freshness of the conversion data.
@@ -265,7 +260,7 @@ The file format expected by the Prebid platform is illustrated by the example be
265260

266261
``` text
267262
{
268-
"dataAsOf":"2017-04-24",
263+
"dataAsOf":"2018-03-13",
269264
"conversions":{
270265
"USD":{ // from USD to other currencies
271266
"AUD":1.321,

0 commit comments

Comments
 (0)