Skip to content

Commit

Permalink
Default extractInlineJavaScript to false.
Browse files Browse the repository at this point in the history
Per committer consensus, we're disabling this by default for the initial
release of Lift 3.
  • Loading branch information
Shadowfiend authored Sep 23, 2016
1 parent 81ec3ca commit 3a2fe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/webkit/src/main/scala/net/liftweb/http/LiftRules.scala
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ class LiftRules() extends Factory with FormVendor with LazyLoggable {
* security policy, you can allow inline scripts and set
* `extractEventAttributes` to false to disable event extraction.
*/
@volatile var extractInlineJavaScript: Boolean = true
@volatile var extractInlineJavaScript: Boolean = false

/**
* The attribute used to expose the names of event attributes that were
Expand Down

0 comments on commit 3a2fe97

Please sign in to comment.