Revision: 9474
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9474&view=rev
Author:   dnaber
Date:     2013-02-23 20:52:06 +0000 (Sat, 23 Feb 2013)
Log Message:
-----------
disable the proxy - not needed anymore now that we use CORS (Cross-Origin 
Resource Sharing)

Modified Paths:
--------------
    trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php

Modified: 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php
===================================================================
--- 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php    
    2013-02-23 20:39:27 UTC (rev 9473)
+++ 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php    
    2013-02-23 20:52:06 UTC (rev 9474)
@@ -1,4 +1,8 @@
 <?php
+// we use CORS now - no need for a proxy anymore:
+print "(proxy is disabled)";
+return;
+
 // LanguageTool Proxy Script
 // requires curl for PHP - on Ubuntu, install with "sudo apt-get install 
php5-curl"
 error_reporting(E_ALL);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to