Hi!
Last couple of days I've been communicating with Bastiaan on bunq Together, and now all of a sudden I can't reply to my own question anymore.
This is what happens when I hover the reply button:
And this what what happened after I clicked it:
TL;DR | ANSWER
Caused by using a code block in your reply (inline code
is fine). Fix:
- In Firefox turn CSP off by pasting
about:config
in the address bar and set security.csp.enable
to false
;
- Look up the post you used the code block in and change it to a quote block;
- Then turn CSP back on (
security.csp.enable
to true
).
Now you can use your browser of choice again ^^