Nothing
#* This is an example of an UNSAFE endpoint which
#* is vulnerable to a DOS attack.
#* @get /
#* @query pts:integer(10)
#* @serializer png
function(query) {
# An example of an UNSAFE endpoint.
plot(1:query$pts)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.