tangrams / tangram-frame

A nice frame for displaying a Tangram map.
MIT License
9 stars 3 forks source link

Only allow tangram to be loaded from white-listed hosts #21

Closed bcamper closed 8 years ago

bcamper commented 8 years ago

This restricts the specific tangram lib to a white-listed host, either:

bcamper commented 8 years ago

cc @louh

louh commented 8 years ago

LGTM 👍

Do we care if this also restricts tangram hosts on the github-hosted tangram frame?

bcamper commented 8 years ago

I think it's probably good that it does.

louh commented 8 years ago

@meetar I think this is good to merge and we should favor this over https://github.com/tangrams/tangram-frame/pull/18 which was trying something too clever with less predictable side effects. This is much more scoped to the actual problem.