Skip to content

Commit

Permalink
Revert "Revert "Merge pull request elastic#7568 from bevacqua/hotfix/…
Browse files Browse the repository at this point in the history
…config-xss""

This reverts commit b6ff2a6 [formerly dda84e9].


Former-commit-id: 4854f2d
  • Loading branch information
bevacqua committed Jun 29, 2016
1 parent 7a2c727 commit 3efbb67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ui/public/metadata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _ from 'lodash';
import $ from 'jquery';
import _ from 'lodash';

export default deepFreeze(getState());

Expand Down
6 changes: 3 additions & 3 deletions src/ui/views/chrome.jade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- var j = function (o) { return JSON.stringify(o); }
- var appName = 'kibana';
-
var appName = 'kibana';
block vars

Expand All @@ -12,5 +12,5 @@ html(lang='en')
title Kibana
block head
body(kbn-chrome, id='#{appName}-body')
script window.__KBN__ = !{j(kibanaPayload)};
kbn-initial-state(data=JSON.stringify(kibanaPayload))
block content

0 comments on commit 3efbb67

Please sign in to comment.