I just added Geogebra to the Media Embed with the following code:
Code: Select all
name: Geogebra
host: geogebra.org
example: https://www.geogebra.org/calculator/vzt3fyxx
extract: "!//www.geogebra.org/(?:calculator|graphing)/(?'id'\\w+)!"
iframe:
width: "800"
height: "600"
src: https://www.geogebra.org/calculator/{@id}?embed
But, after using the Applet in the iframe and closing the tab or navigating to other site, geogebra triggers the following popup:
Is there some code I could add to my
geogebra.yml
file to avoid this popup?Kind regards,