91
Security / Re: Banned when adding an image via code view
« Last post by datahell on July 11, 2025, 18:50:39 »I just tested it, although the reason is obvious as I already said.
I included an image the way you wrote and saved normally. See the screenshots.
The reason is 100% the one I wrote. The session token is been overwritten and token gets altered. If you haven't opened a secondary window then you must search for the reason in your browser, in an anti-virus or similar. Something might interfere between the site and the browser.
The reason is obvious as you have a very specific error code: E403-CCON-0013
This is from component content, controller file aarticle.php line 1036
if (($token == '') || ($sess_token == '') || ($sess_token != $token)) {
exitPage::make('403', 'CCON-0013', $eLang->get('REQDROPPEDSEC'));
}
I included an image the way you wrote and saved normally. See the screenshots.
The reason is 100% the one I wrote. The session token is been overwritten and token gets altered. If you haven't opened a secondary window then you must search for the reason in your browser, in an anti-virus or similar. Something might interfere between the site and the browser.
The reason is obvious as you have a very specific error code: E403-CCON-0013
This is from component content, controller file aarticle.php line 1036
if (($token == '') || ($sess_token == '') || ($sess_token != $token)) {
exitPage::make('403', 'CCON-0013', $eLang->get('REQDROPPEDSEC'));
}

Recent Posts