Browse Source

Documentation edits for CORS

microsub
J. King 6 years ago
parent
commit
d61fc0c359
  1. 3
      CHANGELOG
  2. 4
      README.md

3
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

4
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

Loading…
Cancel
Save