<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Garage &#187; gwproxy</title>
	<atom:link href="http://wpgarage.com/tag/gwproxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Tue, 15 May 2012 11:49:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to avoid &#8220;gwProxy&#8221; or &#8220;jsproxy&#8221; code in WordPress</title>
		<link>http://wpgarage.com/shorties/how-to-avoid-gwproxy-or-jsproxy-code-in-wordpress/</link>
		<comments>http://wpgarage.com/shorties/how-to-avoid-gwproxy-or-jsproxy-code-in-wordpress/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 11:31:06 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[Shorties]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[gwproxy]]></category>
		<category><![CDATA[Highlighter]]></category>
		<category><![CDATA[jsproxy]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">?p=683</guid>
		<description><![CDATA[<p>While working on one of our sites, I noticed funny code starting to show up in the WYSIWYG editor area. I&#8217;m not sure if it actually messed anything up, but it was really annoying: &#60;input id=&#8221;gwProxy&#8221; type=&#8221;hidden&#8221; /&#62; &#60;input id=&#8221;jsProxy&#8221; onclick=&#8221;jsCall();&#8221; type=&#8221;hidden&#8221; /&#62; I found one article online that said it was an FCK / [...]</p><p>This post was originally published at <a href="http://wpgarage.com/shorties/how-to-avoid-gwproxy-or-jsproxy-code-in-wordpress/">How to avoid &#8220;gwProxy&#8221; or &#8220;jsproxy&#8221; code in WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/shorties/how-to-avoid-gwproxy-or-jsproxy-code-in-wordpress/" data-url="http://illum.in/p0TiBn" data-text="How to avoid &#8220;gwProxy&#8221; or &#8220;jsproxy&#8221; code in WordPress" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/shorties/how-to-avoid-gwproxy-or-jsproxy-code-in-wordpress/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/shorties/how-to-avoid-gwproxy-or-jsproxy-code-in-wordpress/"></g:plusone></div></div><p>While working on one of our sites, I noticed funny code starting to show up in the WYSIWYG editor area. I&#8217;m not sure if it actually messed anything up, but it was really annoying:</p>
<p>&lt;input id=&#8221;gwProxy&#8221; type=&#8221;hidden&#8221; /&gt; &lt;input id=&#8221;jsProxy&#8221; onclick=&#8221;jsCall();&#8221; type=&#8221;hidden&#8221; /&gt;</p>
<p>I found one <a href="http://wordpress.org/support/topic/283854">article </a>online that said it was an FCK / wysiwyg editor problem so I thought maybe the issue was related to my beloved CMS friend, <a href="http://wordpress.org/extend/plugins/custom-field-template/"> Custom Field Template</a> plugin, that I have installed (and love&#8230; swoon.. too much?).</p>
<p>However, I was relieved to find this <a href="http://www.coolbuster.net/2009/05/gwproxy-code-legitimate-or-malicious.html">article</a> which said that the problem (freakishly enough) is the <a href="https://addons.mozilla.org/en-US/firefox/addon/791">Firefox Highlighter addon</a> which was adding the code into the WordPress WYSIWYG editor. So, I removed the Highlighter addon and that seemed to solve the problem. It didn&#8217;t remove previous instances of the weird code so I had to delete them manually.</p>
<p>I tried using the <a href="http://www.latentmotion.com/fck-firefox-fix/">FCK fix plugin</a>, hoping that it would remove previous instances of the weird code that were in the site, but it didn&#8217;t, so I deleted the plugin.</p>
<p>This post was originally published at <a href="http://wpgarage.com/shorties/how-to-avoid-gwproxy-or-jsproxy-code-in-wordpress/">How to avoid &#8220;gwProxy&#8221; or &#8220;jsproxy&#8221; code in WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/shorties/how-to-avoid-gwproxy-or-jsproxy-code-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

