Colei este link: https://www.google.com/maps/d/embed?mid=za0Bx0koO4sk.kHCbG4TApEP4
Em uma única linha em dois fóruns Discourse.
Funciona em um dos meus fóruns, e aqui está o código processado:
<div class="maps-onebox">
<iframe src="https://www.google.com/maps/d/embed?mid=13xLbRXoFU-UIUoTiOwJdvLzkoUw" width="690" height="400" frameborder="0" style="border:0" seamless="seamless" sandbox="allow-same-origin allow-scripts allow-forms allow-popups allow-popups-to-escape-sandbox allow-presentation"></iframe>
</div>
No fórum onde não funciona, aqui está o código processado:
<div class="maps-onebox">
<iframe width="690" height="400" frameborder="0" style="border:0" data-unsanitized-src="https://www.google.com/maps/d/embed?mid=za0Bx0koO4sk.kHCbG4TApEP4" seamless="seamless" sandbox="allow-same-origin allow-scripts allow-forms allow-popups allow-popups-to-escape-sandbox allow-presentation"></iframe>
</div>
Observe que há um atributo data-unsanitized-src no iframe no fórum onde não funciona.
Ambos os fóruns estão usando a versão 2.6.0.beta3 (b8015ab654 ).
E consigo reproduzir em try.discourse.org:
https://try.discourse.org/t/try-gmap-embed-stuff/1499
Observe que o iframe gerado também possui o atributo data-unsanitized-src.