How to resolve ESP Form Images Not Displaying in Internet Explorer
Scope
When creating a Custom Image set for your ESP Forms Based authentication, it's possible Internet Explorer will not display your images and will look something similar to the below image. This is due to "Mime Sniffing" which is used to examine the contents of a file to determine the file format and carries out comparisons.
Solution
Remove "X-Content-Type-Options" HTTP header.
Configuration
1. Rules & Checking > Content Rules > Create Rule
Rule Type = Delete Header
Header Value = X-Content-Type-Options
Create Rule
2. Navigate to Virtual Service > Advanced Options > HTTP Header Modifications > Response Headers and apply new rule. If the Virtual Service contains Sub VS, you will apply the rule on the Top level VS.