Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Whitelisting errors #44

Closed
astrofrog opened this issue Oct 30, 2019 · 0 comments · Fixed by #592
Closed

Whitelisting errors #44

astrofrog opened this issue Oct 30, 2019 · 0 comments · Fixed by #592
Labels
💤 enhancement New feature or request

Comments

@astrofrog
Copy link
Collaborator

When starting up the voila example with:

voila notebooks/Example.ipynb

I get a bunch of 403 errors:

WARNING:tornado.general:403 GET /voila/files/favicon.ico (::1): File not whitelisted
WARNING:tornado.access:403 GET /voila/files/favicon.ico (::1) 0.94ms
WARNING:tornado.general:403 GET /voila/files/voila/jupyter-vue.js (::1): File not whitelisted
WARNING:tornado.access:403 GET /voila/files/voila/jupyter-vue.js (::1) 1.07ms
WARNING:tornado.general:403 GET /voila/files/voila/jupyter-vuetify.js (::1): File not whitelisted
WARNING:tornado.access:403 GET /voila/files/voila/jupyter-vuetify.js (::1) 1.84ms
WARNING:tornado.general:403 GET /voila/files/voila/jupyter-materialui.js (::1): File not whitelisted
WARNING:tornado.access:403 GET /voila/files/voila/jupyter-materialui.js (::1) 1.93ms
WARNING:tornado.general:403 GET /voila/files/voila/bqplot.js (::1): File not whitelisted
WARNING:tornado.access:403 GET /voila/files/voila/bqplot.js (::1) 1.07ms
WARNING:tornado.general:403 GET /voila/files/voila/bqplot-image-gl.js (::1): File not whitelisted
WARNING:tornado.access:403 GET /voila/files/voila/bqplot-image-gl.js (::1) 1.59ms

The easiest workaround for now is just to whitelist all files:

voila notebooks/Example.ipynb --VoilaConfiguration.file_whitelist="['.*']"
@nmearl nmearl added the 💤 enhancement New feature or request label Jun 8, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
💤 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants