According to this answer it is as below possible to eliminate that popup while developing mode enabled.
<h:form id="f1" prependId="false" onsubmit="document.getElementById('f1').action='j_security_check';">
...
</h:form>
But it's not working for me when I add <p:growl>
<h:form id="f1" prependId="false" onsubmit="document.getElementById('f1').action='j_security_check';">
<p:growl id="growl" showDetail="true" sticky="true" />
...
</h:form>
How can I solve it?
My config: Wildfly 8, Mojara 2.2.x (server runtime), PrimeFaces 5.3