Apply this attribute to any <style>, <link>, or <script> tag that you want the conflict detector to ignore.
The conflict-detection.js<script> knows to ignore itself, with or without this attribute.
In this example, we'll ignore a style that we know is not a conflict:
<html><head><!-- We know this style will not conflict with Font Awesome. --><styledata-fa-detection-ignoretype="text/css">body{font-size: large;}</style></head><body><!-- more body content would be here --><scripttype="text/javascript"src="https://example.com/fontawesome/vVERSION/js/conflict-detection.js"></script></body></html>