
A new feature of Notes 8 is the Image Security, which is noticed wherever a document displays images from the web. A document that contains passthrough HTML IMG tags is prohibited from displaying the image to protect the user from malicious web sites. Most notably, this is used to protect the user from spam.1. jack dausman2007-09-10 21:13:57
Homepage: http://www.leadershipbynumbers.com
Good job sleuthing out the image constraints with ND8. I saw the same feature, but hadn't untangled the setting. I'm glad you identified it, but I'm curious why it was made so difficult to surface. I'm guessing there is some unintended consequence which is also not documented
2. Peter von Stöckel2007-09-10 21:38:56
Thanks Jack. I was also surprised that there were no documentation on this subject, since it affects so many different types of applications, not just mail. It feels kind of like they didn't have time to finish the documentation. You could also be right that there is something more behind it.
3. Steve Knight2009-03-03 13:36:52
That's great guys but how about you make it easier to implement for someone who only did Notes Appl Dev 101?
4. Peter2009-03-03 14:23:28
@Steve: It isn't difficult:
"a field named $DelayedImagesOK set to the value "ok" would display the inline images"
also:
"it is enough to add the field as a Computed for Display field to the form, with the value of "ok", to make Notes display the images on document open"