CesiumGS/cesium

Add "disableSecurity" option to InfoBox

Open

#5.446 aberto em 9 de jun. de 2017

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (3.324 forks)batch import
category - widgetsgood first issuetype - enhancement

Métricas do repositório

Stars
 (11.758 stars)
Métricas de merge de PR
 (Mesclagem média 15d 12h) (23 fundiu PRs em 30d)

Description

See this thread: https://groups.google.com/d/msg/cesium-dev/Ktn8aPQmOsQ/_Dbd7igkCQAJ

While we expose the ability to disable iframe sandboxing, some use cases need the title text to be HTML as well, which is currently using the knockout text binding instead of HTML. This will also help with the fact that most people aren't familiar with iframe sandboxing and we can provide them a single top-level property for disabling it.

This should be a simple change in InfoBox.js, see the above thread for some more details.

Guia do colaborador