faulknercs / Knockstrap

Knockout bindings to twitter bootstrap 3
faulknercs.github.io/Knockstrap/
MIT License
142 stars 37 forks source link

Comment stripping (comment cloaking) feature of web firewall makes runtime error at modal dialog binding #71

Open ivoryguard opened 2 years ago

ivoryguard commented 2 years ago

Hello. I have experienced an issue with web firewall environment. It has comment cloaking function (comment stripping) which removes html comment block in http response. Knockstrap uses comment blocks (virtual element function of knockout js using comment block) to bind modal dialog. Because all html comment strings are removed to http resonse, virtual element function of knockout js using comment block becomes malfunctional.

So, it may be required to change current implementation using virtual element function of knockout js for modern web environment.

Best regards.