Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed May 9, 2014
1 parent 1119e35 commit ab4607f
Show file tree
Hide file tree
Showing 521 changed files with 6 additions and 115,217 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
owncloud-news (2.002)
* Better check for news app dependencies
* Security: Don't send CORS Allow-Credentials header to prevent CSRF

owncloud-news (2.001)
* Delete folders, feeds and articles if a user is deleted
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<description>An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.rst in the apps top directory</description>
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
<version>2.001</version>
<version>2.002</version>
<require>6.0.3</require>
</info>
2 changes: 1 addition & 1 deletion appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.001
2.002
2 changes: 1 addition & 1 deletion controller/apicontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function cors() {
$response->addHeader('Access-Control-Allow-Origin', $origin);
$response->addHeader('Access-Control-Allow-Methods',
'PUT, POST, GET, DELETE');
$response->addHeader('Access-Control-Allow-Credentials', 'true');
$response->addHeader('Access-Control-Allow-Credentials', 'false');
$response->addHeader('Access-Control-Max-Age', '1728000');
$response->addHeader('Access-Control-Allow-Headers',
'Authorization, Content-Type');
Expand Down
Loading

0 comments on commit ab4607f

Please sign in to comment.