Skip to content

Commit d70cc42

Browse files
author
Matt Kendall
committed
revert last commit
1 parent 28ade1c commit d70cc42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dev-docs/bidder-adapter.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
redirect_to: "/dev-docs/bidder-adaptor.html"
3+
layout: page_v2
4+
top_nav_section: dev_docs
5+
nav_section: adapters
6+
hide: true
7+
---

dev-docs/bidder-adaptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This page has instructions for writing your own bidder adapter. The instruction
3535
In order to provide a fast and safe header bidding environment for publishers, the Prebid.org team reviews all adapters for the following required conventions:
3636

3737
* *Support multiple instances*: All adapters must support the creation of multiple concurrent instances. This means, for example, that adapters cannot rely on mutable global variables.
38-
* *No loading of external libraries*: All code must be present in the adapter, not loaded at runtime. (there is a exception to this policy that can be reviewed [here](https://github.com/prebid/prebid-js-external-js-template#policy) )
38+
* *No loading of external libraries*: All code must be present in the adapter, not loaded at runtime.
3939
* *Must support HTTPS*: Within a secure page context, the request to the bidder's server must also be secure.
4040
* *Compressed responses*: All bid responses from the bidder's server must be gzipped.
4141
* *Bid responses may not use JSONP*: All requests must be AJAX with JSON responses.

0 commit comments

Comments
 (0)