Given that we have no control over the contents of third-party code, it isn't helpful to have nohttp generate errors for the usage of http:// in that code.
@@ -12,4 +12,7 @@
<property name="optional" value="true"/>
</module>
<module name="SuppressWithPlainTextCommentFilter"/>
+ <module name="BeforeExecutionExclusionFileFilter">
+ <property name="fileNamePattern" value=".*[\\/]node(_modules|js)[\\/].*$"/>
+ </module>