Content security policy (CSP) reports that seem unrelated to the web app

I’ve setup Content Security Policy (CSP) on a web app. For the time being it’s set to report only so that I can assess it first in production and then turn it on if things get clear. But so far they’re not. I’m getting some odd reports of … Continue reading Content security policy (CSP) reports that seem unrelated to the web app

httpOnly Session Cookies in an iframe context in the future w/o SameSite=None

My website is using session cookies (w/ SameSite=Lax, secure, httpOnly attributes) and a CSRF Token stored in localStorage. Recently I developed a teams app, which essentially loads the website through an iframe (there is no other option t… Continue reading httpOnly Session Cookies in an iframe context in the future w/o SameSite=None

How can we determine where Adobe Acrobat cloud store PDF form data? [closed]

After login to my Adobe Acrobat account via a browser, I am able load a PDF document from my PC and then enter data into the PDF document form fields.
How do we determine whether the data entered into the PDF form (hosted by Adobe cloud ) … Continue reading How can we determine where Adobe Acrobat cloud store PDF form data? [closed]