Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello Tony,
You just need to include the end of string regex expression so these file extensions only match if they are the last characters in the filename.
attachment-filename == "(?i)\\.(png|art|dib|gif|ico|jfif|jpe|xbm)$"
Hello,I had a customer run into issues with IE not displaying the block pages properly after they applied a MS patch. What we found was that IE was not processing the HTML block page properly due to the standard meta tag in the block pages. They ei...