Merge pull request #2695 from gnestor/public-server-docs

Remove quotes around URL in tornado_settings example
pull/2702/head
Kyle Kelley 9 years ago committed by GitHub
commit f50ffae790

@ -289,7 +289,7 @@ with the following configuration setting in
c.NotebookApp.tornado_settings = {
'headers': {
'Content-Security-Policy': "frame-ancestors 'https://mywebsite.example.com' 'self' "
'Content-Security-Policy': "frame-ancestors https://mywebsite.example.com 'self' "
}
}

Loading…
Cancel
Save