CSP for Single Page App: Use client-side nonce for securing iframe content

Goal I’d like to tighten my Content Security Policy.
Situation
I have a single page react application (= All code and styles are bundled together into a bundle.js file). The file is simply placed on a file storage server (Concrete: S3 buck… Continue reading CSP for Single Page App: Use client-side nonce for securing iframe content

Can Meta / Facebook Pixel be loaded by a script loaded from a third party CDN for my web site?

Scenario: I don’t want to serve the Facebook/Meta Pixel to my users but let’s say I load dozens of scripts and CDN content from third parties. Can one of those third parties insert the Meta / Facebook Pixel into my page and would it work… Continue reading Can Meta / Facebook Pixel be loaded by a script loaded from a third party CDN for my web site?

Trying to understand HTTP request containing base64 encoded part and email address

I have public webserver serving static html pages and when analyzing error logs I found type of attempted GET that I don’t understand.
They are formed like this and fail because request is too long:
/data=04|01|firstname.lastname@example.c… Continue reading Trying to understand HTTP request containing base64 encoded part and email address

How secure is it to implement most of the applications functionality using WASM on the client side/ in the browser?

I understand that nothing is perfectly secured.
If we have a web app where most of the functionality is done inside the browser using WASM, can someone get the binary of that WASM and use most of its functionality?
What do we need to pay a… Continue reading How secure is it to implement most of the applications functionality using WASM on the client side/ in the browser?