You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -1352,6 +1352,19 @@ Here's the options at you disposal:
1352
1352
* pandas.util.testing.makeTimeDataFrame
1353
1353
1354
1354
1355
+
**Starting with version 3.8.1 web uploads will be turned off by default.
1356
+
Web uploads are vulnerable to blind server side request forgery, please only use in trusted environments.**
1357
+
1358
+
**You can turn this feature on by doing one of the following:**
1359
+
-**add `enable_web_uploads=True` to your `dtale.show` call**
1360
+
-**add `enable_web_uploads = False` to the [app] section of your dtale.ini config file ([more info](https://github.com/man-group/dtale/blob/master/docs/CONFIGURATION.md))**
0 commit comments