We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada4e9b commit 9d26032Copy full SHA for 9d26032
workspaces/editors.md
@@ -230,6 +230,7 @@ RStudio:
230
RUN chown -R coder:coder /var/lib/rstudio-server
231
RUN echo "server-pid-file=/tmp/rstudio-server.pid" >> /etc/rstudio/rserver.conf
232
RUN echo "server-data-dir=/tmp/rstudio" >> /etc/rstudio/rserver.conf
233
+ RUN echo "www-frame-origin=same" >> /etc/rstudio/rserver.conf
234
235
# Assign password "rstudio" to coder user.
236
RUN echo 'coder:rstudio' | chpasswd
0 commit comments