Hi,
I am using OutSystems 11 Reactive Web and using the Ultimate PDF Forge component with PrintLayout.
I have a container that contains the complete PDF content, including a footer. I am using PrintLayout because I need the footer to be displayed on every page of the generated PDF.
Issue
When Enforce Unsafe Inline Reactive is enabled in Factory Configuration, everything works correctly:
However, when I disable Enforce Unsafe Inline Reactive:
I tested both configurations with exactly the same screen and PrintLayout implementation, so the only change is the Enforce Unsafe Inline Reactive setting.
What I want to achieve
We need to keep Enforce Unsafe Inline Reactive disabled because of our CSP/security requirements.
I would like to know:
Any guidance on the recommended approach would be appreciated.
Thanks!