diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 104d9a38132..d4c34929569 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -9,7 +9,9 @@
},
"postCreateCommand": "bash .devcontainer/postCreate.sh",
-
+ // Make is-docker work again
+ "postStartCommand": "test -f /.dockerenv || sudo touch /.dockerenv",
+
// Set *default* container specific settings.json values on container create.
"settings": {},
diff --git a/.eslintrc.js b/.eslintrc.js
index 06a5e81d9f5..fc3ad3afe66 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -19,7 +19,6 @@ module.exports = {
'import'
],
globals: {
- '$$PREBID_GLOBAL$$': false,
'BROWSERSTACK_USERNAME': false,
'BROWSERSTACK_KEY': false,
'FEATURES': 'readonly',
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 9b7c39d53d0..584f6f8894a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
- branches: [ "master" ]
+ branches: [ "master"]
pull_request:
# The branches below must be a subset of the branches above
- branches: [ "master" ]
+ branches: [ "master"]
schedule:
- cron: '22 11 * * 0'
diff --git a/README.md b/README.md
index bbc0d79ab41..58007519b15 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
[![Build Status](https://circleci.com/gh/prebid/Prebid.js.svg?style=svg)](https://circleci.com/gh/prebid/Prebid.js)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/prebid/Prebid.js.svg)](http://isitmaintained.com/project/prebid/Prebid.js "Percentage of issues still open")
[![Coverage Status](https://coveralls.io/repos/github/prebid/Prebid.js/badge.svg)](https://coveralls.io/github/prebid/Prebid.js)
-[![Total Alerts](https://img.shields.io/lgtm/alerts/g/prebid/Prebid.js.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/prebid/Prebid.js/alerts/)
# Prebid.js
@@ -109,6 +108,8 @@ pbjs.requestBids({
## Install
+
+
$ git clone https://github.com/prebid/Prebid.js.git
$ cd Prebid.js
$ npm ci
@@ -359,3 +360,4 @@ Prebid.js is supported on IE11 and modern browsers until 5.x. 6.x+ transpiles to
### Governance
Review our governance model [here](https://github.com/prebid/Prebid.js/tree/master/governance.md).
+### END
diff --git a/features.json b/features.json
index c0f7e4d75a9..ccb2166a05f 100644
--- a/features.json
+++ b/features.json
@@ -1,3 +1,4 @@
[
- "NATIVE"
+ "NATIVE",
+ "VIDEO"
]
diff --git a/integrationExamples/gpt/captifyRtdProvider_example.html b/integrationExamples/gpt/captifyRtdProvider_example.html
deleted file mode 100644
index 955fbf8be70..00000000000
--- a/integrationExamples/gpt/captifyRtdProvider_example.html
+++ /dev/null
@@ -1,167 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Module will add key/value pairs in ad calls.
- Check out for captify_segments key in the payload sent to Xandr to endpoint https://ib.adnxs.com/ut/v3/prebid : keywords.key[captify_segments] should have an array of string as value.
- This array will have Xandr RTSS segment ids.
-
-
-Basic Prebid.js Example with CaptifyRTD
-Div-1
-
-
-
-
-
-
diff --git a/integrationExamples/gpt/fledge_example.html b/integrationExamples/gpt/fledge_example.html
new file mode 100644
index 00000000000..5059e03daef
--- /dev/null
+++ b/integrationExamples/gpt/fledge_example.html
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+ Prebid.js FLEDGE+GPT Example
+
+ Div-1
+
+
+
+
+
diff --git a/integrationExamples/gpt/growthcode.html b/integrationExamples/gpt/growthcode.html
index ede51d2d869..d8ad6c4a5af 100644
--- a/integrationExamples/gpt/growthcode.html
+++ b/integrationExamples/gpt/growthcode.html
@@ -7,10 +7,13 @@
-
-
-
-
-
-
-
-
-
-
- Prebid.js Test
- Div-1
-
-
-
-
-