Url encode to escape special characters (#7664)

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
This commit is contained in:
Mehul Gaidhani
2023-01-05 23:54:38 +05:30
committed by GitHub
parent 86707b9972
commit 26d1307476
5 changed files with 149 additions and 0 deletions

View File

@ -436,6 +436,7 @@ pub fn create_default_context() -> EngineState {
Fetch,
Post,
Url,
UrlEncode,
UrlParse,
Port,
}