category - widgetsgood first issuetype - enhancement
仓库指标
- Star
- (11,758 star)
- PR 合并指标
- (平均合并 15天 12小时) (30 天内合并 23 个 PR)
描述
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.