react-epfl / graasp-service-frog

Fabricating and running orchestration graphs
https://github.com/chili-epfl/FROG/wiki
Other
0 stars 0 forks source link

specify graasp.eu domain in html #1

Closed juancarlosfarah closed 6 years ago

juancarlosfarah commented 6 years ago

By including the following snippet in the HTML that is presented inside the <iframe> components, we have more control over how to style the HTML and do a bunch of other things.

<script>
  document.domain = 'graasp.eu';
</script>