StorageAccess for adapters is undefined when standard: true
erezbens opened this issue · 4 comments
According to the docs, standard: true
in bidderSettings
allows storage access to all adapters. In the config panel, under Bidder Settings, storage access lists all adapters with their own setting (the explicit assignment to each one or undefined otherwise). This is misleading because access is granted globally.
Maybe we can show that access is allowed if standard: true
exists, or at least put a side note for this?
hi @erezbens ,
could you please provide a url where i can reproduce your issue?
i fear i currently don't understand what the extension is showing to you and what you would want it to show instead.
thanks in advance! 🙏
Thanks for the reply!
Here is an example of a bidderSettings config
You can see here that standard: true
, nonetheless storage access is evaluated to undefined
for all the adapters.
It is true that they were not explicitly configured with storageAllowed: true
, but they can access local storage.
You can watch it here.
Hi @erezbens ,
i just pushed version 0.2.55 to chromes webstore that should fix your issue. please let me know if that works for you.
hi @florianerl thanks for the quick action, that’s great!