光沢のある https サーバーを実行し、rCharts を使用して dTable をプロットして、dataTables から複数列の並べ替えを実行しようとしました ( https://stackoverflow.com/a/20956772/719016を参照)。
コンソール出力とこの説明 ( http://yoast.com/wordpress-ssl-setup/ ) から推測できることは、この rCharts テーブルが templates/default.html 経由で fonts.googleapis.com からフォントを読み込もうとしているということです。光沢のある:
[blocked] The page at 'https://my.server.com/shiny/shiny_dev/' was loaded over HTTPS, but ran insecure content from 'http://fonts.googleapis.com/css?family=Source+Code+Pro': this content should also be loaded over HTTPS.
光沢のあるサーバーへの管理者アクセスなしでこれを修正する方法はありますか?
server.R
またはui.R
コードでロードしようとしているフォントをオーバーライドできますか?