Permalink
Browse files

Update README.md

  • Loading branch information...
1 parent 6f7e654 commit b87236203c74dfd4773ba9b2ed3ab7bb1ffaa82c @viebel committed on GitHub May 11, 2017
Showing with 0 additions and 5 deletions.
  1. +0 −5 README.md
View
@@ -221,7 +221,6 @@ window.klipse_settings = {
selector_sql: '.language-klipse-sql', // selector for sqlite evaluation snippets
selector_eval_scheme: '.language-klipse-scheme', // selector for scheme evaluation snippets
selector_brainfuck: '.language-klipse-brainfuck',
- secured_eval: true/false, //secured mode (default: false)
cached_ns_root: '/my-root', // the root of clojure cached namespace
clojure_cached_macro_ns_regexp: /reagent.*/, // the regexp for clojure macro namespaces that are cached
clojure_cached_ns_regexp: /reagent.*/, // the regexp for clojure namespaces that are cached
@@ -252,10 +251,6 @@ window.klipse_settings = {
}
```
-### Secured mode
-
-Learn mode about [Klipse secured mode](http://blog.klipse.tech/klipse/2017/03/14/secured-eval.html).
-
#### Clojure only
* `print_length`: (default 1000) max number of items in collections to display - useful to prevent browser stuck when evaluating infinite sequences like `(range)`

0 comments on commit b872362

Please sign in to comment.