mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Documentation edits for CORS
This commit is contained in:
parent
90dfeb727a
commit
d61fc0c359
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
||||||
Version 0.3.0 (2018-??-??)
|
Version 0.3.0 (2018-??-??)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
New features:
|
||||||
|
- Support for cross-origin resource sharing in all protocols
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
- Correctly handle %-encoded request URLs
|
- Correctly handle %-encoded request URLs
|
||||||
- Overhaul protocol detection to fix various subtle bugs
|
- Overhaul protocol detection to fix various subtle bugs
|
||||||
|
|
|
@ -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.
|
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
|
#### Differences
|
||||||
|
|
||||||
- Article GUID hashes are not hashes like in NCN; they are integers rendered as strings
|
- Article GUID hashes are not hashes like in NCN; they are integers rendered as strings
|
||||||
|
|
Loading…
Reference in a new issue