-
VladimirAus →
committed 83439c19 on 8.x-1.x authored by
mxh →
Issue #2856259 by mxh, DamienMcKenna: Allow anyone to view ad tags
-
VladimirAus →
committed 83439c19 on 8.x-1.x authored by
mxh →
- Status changed to Fixed
about 1 year ago 6:54am 24 November 2023 -
VladimirAus →
committed 83439c19 on 2.0.x authored by
mxh →
Issue #2856259 by mxh, DamienMcKenna: Allow anyone to view ad tags
-
VladimirAus →
committed 83439c19 on 2.0.x authored by
mxh →
- Status changed to Postponed: needs info
about 1 year ago 7:26am 24 November 2023 - 🇦🇺Australia VladimirAus Brisbane, Australia
I would revert this for now as it might have security implications.
Can we add more information on why would we need to show it to anonymous users? -
VladimirAus →
committed a0c06fa7 on 8.x-1.x authored by
mxh →
Issue #2856259 by mxh, VladimirAus, DamienMcKenna: Allow anyone to view...
-
VladimirAus →
committed a0c06fa7 on 8.x-1.x authored by
mxh →
-
VladimirAus →
committed a0c06fa7 on 2.0.x authored by
mxh →
Issue #2856259 by mxh, VladimirAus, DamienMcKenna: Allow anyone to view...
-
VladimirAus →
committed a0c06fa7 on 2.0.x authored by
mxh →
In our case, we show ads in views. We add them right in the view-view template, inside the for loop using drupal_block():
{{ drupal_block('dfp_ad:5868dc4d-67c9-44xb-aa69-00a58f4b9fb4') }}
This works well while logged in, but not when logged out.
We tried to use the regular way, using the block_id, but this does not work because of #3006458