Jonathan Frederic
|
831b2a523b
|
Merge pull request #472 from minrk/base-url-always-encoded
avoid double-encoding base_url
|
10 years ago |
Steven Silvester
|
65eb248209
|
Add the method to the correct base class
|
10 years ago |
Min RK
|
8de725a8de
|
server-side fixes for double-escaped base_url
|
10 years ago |
Zach Schwartz
|
2e16713e32
|
moved check_origin to IPythonHandler
|
11 years ago |
Matthias Bussonnier
|
2d5d548d79
|
Revert "Use NPM, node ES5, and browserify."
|
11 years ago |
Jonathan Frederic
|
81a2998fe0
|
Dynamically load contents, also browserify contents.
|
11 years ago |
Matthias Bussonnier
|
d4b1e9aa99
|
Wrong default.
Change from True to False after rename from use_bundle to ignore_minified_js
|
11 years ago |
Matthias Bussonnier
|
f9ad56e206
|
Add option to not use minified javascript and ease developpement.
|
11 years ago |
Min RK
|
b001be2c82
|
check origin of API requests
protects agains CSRF on POST endpoints via forms.
|
11 years ago |
Min RK
|
e4cc3a6ea2
|
FileFindHandler inherits from IPythonHandler
in order to get default CSP headers
|
11 years ago |
Min RK
|
5403d2479d
|
make content_security_policy a property
and *add* `default-src: 'none'` to API handlers
custom CSP applies to all handlers
|
11 years ago |
Min RK
|
709ed0d04b
|
Add APIHandler base class
- ensures all API responses are json
- sets CSP to prevent js execution on all API replies
|
11 years ago |
Min RK
|
1a91f8ce74
|
remove clusters tab from notebook
moving to an nbextension in ipyparallel
|
11 years ago |
Min RK
|
d71a59cc9f
|
s/jupyter_notebook/notebook
|
11 years ago |