Author: scottbw
Date: Sat Mar 12 00:06:32 2011
New Revision: 1080812
URL: http://svn.apache.org/viewvc?rev=1080812&view=rev
Log:
Gave the Freeder widget "global origin" permission and removed the "URL must be
whitelisted" message - it now works straight away.
Modified:
incubator/wookie/trunk/widgets/freeder/config.xml
incubator/wookie/trunk/widgets/freeder/index.html
Modified: incubator/wookie/trunk/widgets/freeder/config.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/freeder/config.xml?rev=1080812&r1=1080811&r2=1080812&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/freeder/config.xml (original)
+++ incubator/wookie/trunk/widgets/freeder/config.xml Sat Mar 12 00:06:32 2011
@@ -24,7 +24,7 @@
<description>An RSS reader widget optimised for small screens or desktop
widgets.</description>
<content src="index.html"/>
<icon src="images/icon.png"/>
- <access origin="http://osswatch.jiscinvolve.org/feed"/>
+ <access origin="*"/>
<author>Apache Wookie (Incubating) Team</author>
<licence>Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
Modified: incubator/wookie/trunk/widgets/freeder/index.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/freeder/index.html?rev=1080812&r1=1080811&r2=1080812&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/freeder/index.html (original)
+++ incubator/wookie/trunk/widgets/freeder/index.html Sat Mar 12 00:06:32 2011
@@ -58,7 +58,6 @@
<div data-role="fieldcontain">
<label for="feedURL">Feed
URL:</label>
<input type="url" name="name"
id="name" />
- <p>Note, your URL must be
whitelisted on the Wookie server.</p>
</div>
<div data-role="fieldcontain">
<button type="submit"
onClick="Properties.submitForm(this.form)" value="save-settings"
name="save-settings">Save</button>