From d61fc0c3590c0a675bea468baf1eb9121845b0e9 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Tue, 9 Jan 2018 16:44:03 -0500 Subject: [PATCH] Documentation edits for CORS --- CHANGELOG | 3 +++ README.md | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a446fd3..e08dc22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ Version 0.3.0 (2018-??-??) ========================== +New features: +- Support for cross-origin resource sharing in all protocols + Bug fixes: - Correctly handle %-encoded request URLs - Overhaul protocol detection to fix various subtle bugs diff --git a/README.md b/README.md index 3e94eae..f95c76d 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,6 @@ The Arsse makes use of the [picoFeed] newsfeed parsing library to sanitize artic As a general rule, The Arsse should yield the same output as the reference implementation for all valid inputs (otherwise you've found [a bug][newIssue]), but there are exception, either because the NextCloud News (hereafter "NCN") [protocol description][NCNv1] is at times ambiguous or incomplete, or because implementation details necessitate it differ; this section along with the General section above detail these differences. -#### Missing features - -- The Arsse does not implement [Cross-Origin Resource Sharing][CORS] - #### Differences - Article GUID hashes are not hashes like in NCN; they are integers rendered as strings