Replace spacer.gif by a base64 encoded string

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Normal
    • 9.6.0
    • Affects Version/s: 9.5.1.1
    • Component/s: Components
    • Security Level: Jimmy
    • None

      Spacer.gif is used as a placeholder for images.

      Currently, it is loaded from the web resources.

      Since it's only a single empty pixel, it could be defined as a base64 string, which would save some client-server communication, and would not create longer URLs.

      This would also prevent CORS issues with the embedding library trying to load spacer.gif from the original URL while embedded.

       

      Current gif could be replaced with:

      "data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAUUAAEALAAAAAABAAEAAAICTAEAOw=="

            Assignee:
            Leon03
            Reporter:
            MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: