Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Fix curl2har bug
Browse files Browse the repository at this point in the history
fix: a space caused key-value pairs to not be validly split
  • Loading branch information
a76yyyy committed Aug 26, 2022
1 parent b5bf268 commit f947718
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"homepage": "https://github.com/qiandao-today/qiandao#readme",
"dependencies": {
"curl2har": "^0.0.6",
"querystring": "^0.2.1",
"tough-cookie": "^4.0.0",
"url": "^0.11.0"
Expand All @@ -30,7 +31,6 @@
"devDependencies": {
"bower": "^1.8.14",
"coffeescript": "^2.6.1",
"curl2har": "^0.0.5",
"grunt": "^1.5.3",
"grunt-bower-task": "^0.6.1",
"grunt-contrib-clean": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion web/static/components/node_components.js

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions web/static/components/node_components.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,37 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

/*!
* Copyright (c) 2015-2020, Salesforce.com, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. Neither the name of Salesforce.com nor the names of its contributors may
* be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/

/*!
* Copyright (c) 2018, Salesforce.com, Inc.
* All rights reserved.
Expand Down Expand Up @@ -60,6 +91,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*! https://mths.be/punycode v1.3.2 by @mathias */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

//! 开头

0 comments on commit f947718

Please sign in to comment.