Appreciate the explanation.
I tried loading the application directly (
internal.shinyapps.io/account/app) and the favicon did indeed show up.
Would the following work-around/fix be viable: It looks like the favicon lives in
https://internal.shinyapps.io/account/app/base_href/Img.png and
https://internal.shinyapps.io/account/app/Img.png. You know this URL as the time the dynamic page that serves the iframe (the container page) is generated -- it's saved as "
var shinyapp_url" in the <head> of the container. Given this, couldn't you set shinyapp_url/favicon.ico as favicon for the container page? In other words, is there a straightforward way to check for favicon for the embedded page and, if present, set it for the container page?