Skip to content
This repository was archived by the owner on Sep 5, 2018. It is now read-only.

Commit 26915de

Browse files
committed
disable the IE conditional comment processing.
1 parent 2316036 commit 26915de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secure-handlebars",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "dist/secure-handlebars.min.js",
55
"authors": [
66
"Adonis Fung <adon@yahoo-inc.com>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secure-handlebars",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"licenses": [
55
{
66
"type": "BSD",

src/context-parser-handlebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var ContextParser = require('./strict-context-parser.js'),
1616
configContextParser = {
1717
enableInputPreProcessing: true,
1818
enableCanonicalization: true,
19-
enableIEConditionalComments: true,
19+
enableIEConditionalComments: false,
2020
enableStateTracking: true
2121
},
2222
handlebarsUtils = require('./handlebars-utils.js'),

0 commit comments

Comments
 (0)