Remove quotes around URL in tornado_settings example

Grant Nestor 9 years ago
parent 4532b14808
commit f42ef1a5f5

@ -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