Use POST method for action=abusefilterchecksyntax API requests

Needed as filters take arbitrary user input through a textarea,
which can get rather big. GET cuts it off sometimes.

Bug: 47298
Change-Id: I317f5d7c372710617a7a6526cd4613de9660a40a
This commit is contained in:
Marius Hoch 2013-04-17 14:17:04 +02:00
parent 87094b9c0a
commit f883ad8675

View file

@ -42,7 +42,7 @@
.attr( 'disabled', 'disabled' )
.injectSpinner( 'abusefilter-syntaxcheck' );
api.get( {
api.post( {
action: 'abusefilterchecksyntax',
filter: filter
} )