Commit Graph

452 Commits (ddbb2c3fb1fec9d57ca3b1beefbbe09232ad827b)
 

Author SHA1 Message Date
Sheng a6663c408e Updated version
6 years ago
Sheng 713ae1e8f1 Support cross origin connect
6 years ago
Sheng b4ca604518 Changed "|" to "or"
6 years ago
Sheng c35f801235 Support custom origin configuration
6 years ago
Sheng 8a8d741230 Refactored method is_forbidden
6 years ago
Sheng 9f6d900b23 Updated .travis.yml
6 years ago
Sheng 682ddbf65f Removed function for detecting whether the http(s) server is open to public
6 years ago
Sheng 2e0f06e650 Fixed is_same_primary_domain
6 years ago
Sheng 28f45bd9a6 Changed formatting
6 years ago
Sheng 918ec0ef91 pin pytest-cov==2.6.0
6 years ago
Sheng 5c8bd84b95 Added an option for configuring cross-origin websocket level
6 years ago
Sheng b51e823973 Updated version
6 years ago
Sheng 2653a3e35a Added function for limiting connections for every client(ip)
6 years ago
Sheng c126856daa Updated README
6 years ago
Sheng 47fb789a7e Updated version
6 years ago
Sheng 699b37d7a1 Updated test_app.py
6 years ago
Sheng d6d5f74f2a Added check_request method to MixinHandler
6 years ago
Sheng 32f303474e Updated test_app.py
6 years ago
Sheng 646621279b Updated test_policy.py
6 years ago
Shengdun Hua 0cb0706c69
Merge pull request #38 from SailHPC/plaintext-password-fix
6 years ago
tuxhamb f9af3ee1c9
Remove password from fields
6 years ago
Sheng 4525f50b11 Added test_main.py to tests
6 years ago
Sheng 2755a9871c Fixed typo
6 years ago
Sheng 0c6f740e39 Updated README
6 years ago
Sheng 430c785feb Updated minor version
6 years ago
Sheng d0542e72c6 Fixed test_get_redirect_url
6 years ago
Sheng 8e4039a24a Support redirecting http to https
6 years ago
Sheng 40cf1095ff Use open_to_public to store the status of the http(s) server
6 years ago
Sheng e31e9be433 Updated get_trusted_downstream
6 years ago
Sheng f52b2f5156 Updated README
6 years ago
Sheng 1f835f5a70 Refactored handler.py
6 years ago
Sheng fbb3e466b2 Updated minor version
6 years ago
Sheng 68468585ee Added a command line option xheaders
6 years ago
Sheng a8a444d7ed Always reset fbidhttp to False if not open to public
6 years ago
Sheng d3da7ec5cb Fixed boundary port number typo
6 years ago
Sheng 5d6f92e529 Move some config variables to handler.py
6 years ago
Sheng 383f61d4cc Updated version
6 years ago
Sheng c06bf5311a Added an option for blocking public non-https requests
6 years ago
Sheng 746982b001 Use method format instead of %
6 years ago
Sheng c2c81aaeae Use method initialize to deny forbidden acesss
6 years ago
Sheng 7e5a170383 Added head method IndexHandler
6 years ago
Sheng a68eff592f Added attribute custom_headers to MixinHandler
6 years ago
Sheng af60cd1cd5 Tested app with 403 and 404 requests
6 years ago
Sheng e94c846379 Added default handler NotFoundHandler
6 years ago
Sheng 499f3b6dcd Lowercase all option names
6 years ago
Sheng 12f4c0d0d2 Pass server settings for test
6 years ago
Sheng 021a3a627f Use is_private instead of is_global
6 years ago
Sheng 77b6fbfd85 Block requests not come from trusted_downstream and public non-https requests
6 years ago
Sheng db3ee2b784 Added proxies option for trusted downstream
6 years ago
Sheng a51918d2ac Added to_ip_address to utils
6 years ago