Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ea0eac1
Remove quantcastId (#14045)
dpapworth-qc Jan 28, 2026
117981a
Remove quantcast bid adapter (#14054)
dpapworth-qc Jan 28, 2026
37a37c8
Delete modules/ringieraxelspringerBidAdapter.md
patmmccann Jan 28, 2026
282f3c9
Delete test/spec/modules/ringieraxelspringerBidAdapter_spec.js
patmmccann Jan 28, 2026
869f470
Delete modules/ringieraxelspringerBidAdapter.js
patmmccann Jan 28, 2026
076b9a7
Delete metadata/modules/ringieraxelspringerBidAdapter.json
patmmccann Jan 28, 2026
f5999ae
Remove ringieraxelspringerBidAdapter from overrides
patmmccann Jan 28, 2026
e102bac
Delete modules/dfpAdServerVideo.js
patmmccann Jan 28, 2026
2af37d6
Delete modules/dfpAdpod.js
patmmccann Jan 28, 2026
043fec2
Delete modules/express.js
patmmccann Jan 29, 2026
61ac0fc
Merge branch 'master' into prebid-11.0
dgirardi Feb 9, 2026
0fdb2a2
Prebid 11: remove PAAPI (#14432)
dgirardi Feb 9, 2026
c2bb76e
Fix JSON formatting in quantcastBidAdapter.json
patmmccann Feb 9, 2026
ffdfb59
Core: default storageControl enforcement to strict (#14439)
patmmccann Feb 10, 2026
4db9b20
Merge branch 'master' into prebid-11.0
patmmccann Feb 10, 2026
3b00da4
Merge branch 'master' into prebid-11.0
patmmccann Feb 11, 2026
f0cff68
Core: remove bidAccepted event emission (#14449)
patmmccann Feb 11, 2026
a3001da
33across ID System: fix getId storage test stub isolation (#14457)
patmmccann Feb 11, 2026
c0c52f0
ShinezRtb Adapter: stabilize unique deal id timing test (#14446)
patmmccann Feb 11, 2026
bdfc719
Merge branch 'master' into prebid-11.0
patmmccann Feb 11, 2026
4e9759a
ShinezRtb Adapter: stabilize unique deal id test (#14458)
patmmccann Feb 11, 2026
1794187
Core: remove null callback placeholders from storage manager reads/wr…
patmmccann Feb 11, 2026
50fbdbd
Prebid 11: remove adpod mediatype (#14451)
patmmccann Feb 11, 2026
b077e17
Prebid 11: 33across id system: make compatible with storage control c…
patmmccann Feb 11, 2026
75b391b
Merge branch 'master' into prebid-11.0
dgirardi Feb 11, 2026
69ee641
remove unnecessary storageControl import
dgirardi Feb 11, 2026
7cc3c7e
Prebid 11: turn off storageControl during testing (#14464)
dgirardi Feb 11, 2026
76d8f08
Revert "Core: remove null callback placeholders from storage manager …
patmmccann Feb 11, 2026
3323a20
Merge branch 'master' into prebid-11.0
patmmccann Feb 12, 2026
46c23df
Prebid 11: remove superfluous addAdUnits and seat_non_bid event emiss…
patmmccann Feb 18, 2026
23b196b
Prebid 11: remove deprecated DNT/DoNotTrack usage and force static dn…
patmmccann Feb 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,21 @@ module.exports = [
object: 'navigator',
message: 'use ajax.js instead'
},
{
property: 'doNotTrack',
object: 'navigator',
message: 'DNT was deprecated by W3C; Prebid no longer supports DNT signals'
},
{
property: 'msDoNotTrack',
object: 'navigator',
message: 'DNT was deprecated by W3C; Prebid no longer supports DNT signals'
},
{
property: 'doNotTrack',
object: 'window',
message: 'DNT was deprecated by W3C; Prebid no longer supports DNT signals'
},
...['outerText', 'innerText'].map(property => ({
property,
message: 'use .textContent instead'
Expand Down
3 changes: 0 additions & 3 deletions integrationExamples/gpt/raveltechRtdProvider_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@
"expires": 28
}
},
{
"name": "quantcastId"
},
{
"name": "criteo"
},
Expand Down
3 changes: 0 additions & 3 deletions integrationExamples/gpt/userId_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@
"expires": 28
}
},
{
"name": "quantcastId"
},
{
"name": "criteo"
},
Expand Down
148 changes: 0 additions & 148 deletions integrationExamples/longform/basic_w_bidderSettings.html

This file was deleted.

135 changes: 0 additions & 135 deletions integrationExamples/longform/basic_w_custom_adserver_translation.html

This file was deleted.

Loading