[wp-trac] [WordPress Trac] #40491: 403 Forbidden when posting source code

WordPress Trac noreply at wordpress.org
Thu Apr 20 10:50:25 UTC 2017


#40491: 403 Forbidden when posting source code
--------------------------+-----------------------------
 Reporter:  Eifbian       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Editor        |    Version:  4.7.3
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Hello, I was writing a simple code:

 {{{
 if(n == x)
 }}}
 and after clicking on the preview button I got a '''403 Forbidden''' code
 message. The problem seems to appear in just this part of the code:
 {{{
 if(n=
 }}}
 I found out that the next options:
 {{{
 if ( x =
 if( x =
 if( x=
 if ( x =
 }}}
 give no problem at all. To highlight code I am using SyntaxHighlighter
 Evolved 3.2.1, but deactivating it (and all the other plugins I have)
 didn't solve the issue.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40491>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list