Unwrapped code block prevents further edits

A user posted a reply like the one below, and then after it’s posted, when anyone tries to edit it, they will be met with a 403 error.

Example reply that causes the error is below.

Edit: weird, I don’t know why I can edit it in this forum, but in the other forum, I get the 403 error…
I have Trust level 4 there, and i tried it on my own reply so permissions should not be an issue.

加完了所有的卡之后,打开命令行(Terminal.app)。复制粘贴下面的代码。

mkdir ~/Desktop/cards
files=(~/Library/Passes/Cards/*.pkpass/cardBackgroundCombined@2x.png)
i=0
for f in "${files[@]}"; do
    i=$(( i + 1 ))
    cp $f ~/Desktop/cards/$i.png
done

Hi, welcome to Meta :wave:

Can you check the browser’s console (and Network tab) to understand from what request you get a 403?
It’s possibly the draft I think :thinking:.

Also, does it still happen in safe mode?

2 Likes

Thanks for the response, I just tried safe-mode with all the checkboxes checked, still happens
here are the network and console tabs, these two console tab errors show up when i trigger the error.

A user suggested that it’s caused by cloudflare…

1 Like

You may be right. Here is a similar topic:

4 Likes

Thank you for your help, it was indeed Cloudflare WAF.

3 Likes