mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Escape HTML in the cors.rs documentation.
Rustdoc passes the code straight through, leading to poor generated HTML.
This commit is contained in:
parent
df71ea8b08
commit
bacae0e9bc
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
//! A partial implementation of CORS
|
||||
//! For now this library is XHR-specific.
|
||||
//! For stuff involving <img>, <iframe>, <form>, etc please check what the request mode should be
|
||||
//! and compare with the fetch spec
|
||||
//! For stuff involving `<img>`, `<iframe>`, `<form>`, etc please check what
|
||||
//! the request mode should be and compare with the fetch spec
|
||||
//! This library will eventually become the core of the Fetch crate
|
||||
//! with CORSRequest being expanded into FetchRequest (etc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue