This repository was archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update aastocks.com.xml #15605
Merged
Merged
Update aastocks.com.xml #15605
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
a781c3c
Update aastocks.com.xml
b644b99
Update aastocks.com.xml
45191bd
Update aastocks.com.xml
8c285b6
Update aastocks.com.xml
f7b7b2b
Update aastocks.com.xml
e272f3b
Update aastocks.com.xml
cfd71b1
Update aastocks.com.xml
0e8ff5d
Update aastocks.com.xml
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,16 +10,12 @@ | |
| - stanjson.aastocks.com | ||
| - stanjson-uat.aastocks.com | ||
|
|
||
| Couldn't resolve host name: | ||
| - sccharts.aastocks.com | ||
| - sccharts-uat.aastocks.com | ||
| - standardchartered.aastocks.com | ||
| - standardchartered-uat.aastocks.com | ||
|
|
||
| Couldn't connect to server: | ||
| - mail.cn.aastocks.com | ||
| - smtp.cn.aastocks.com | ||
| - smtp1.cn.aastocks.com | ||
| Connection refused: | ||
| - fpdata.aastocks.com | ||
| - fxcharts.aastocks.com | ||
| - hkg.aastocks.com | ||
| - hkg1.aastocks.com | ||
| - m.aastocks.com | ||
|
|
||
| Timeout was reached: | ||
| - bb.aastocks.com | ||
|
|
@@ -32,8 +28,6 @@ | |
| - fund.aastocks.com | ||
| - fx.aastocks.com | ||
| - payment.aastocks.com | ||
| - smtp.aastocks.com | ||
| - smtp2.aastocks.com | ||
| - tldata.aastocks.com | ||
| - ws2.aastocks.com | ||
| - wss-uat.aastocks.com | ||
|
|
@@ -80,7 +74,17 @@ | |
| --> | ||
| <ruleset name="AASTOCKS.com (partial)"> | ||
| <target host="www.aastocks.com" /> | ||
| <!-- | ||
| On Firefox, enforcing HTTPS on the homepages will break the "Real-time | ||
| Latest Quote" functionalities because the Access-Control-Allow-Origin | ||
| header requiring HTTP. This bug does not affect Chromium browser (by | ||
| default) or Firefox in HTTP Nowhere mode (#15606) | ||
| --> | ||
| <exclusion pattern="^http://www\.aastocks\.com/(tc|sc|en)/$" /> | ||
| <exclusion pattern="^http://www\.aastocks\.com/(tc|sc|en)/.+\.as[hp]x" /> | ||
| <test url="http://www.aastocks.com/sc/" /> | ||
| <test url="http://www.aastocks.com/tc/" /> | ||
| <test url="http://www.aastocks.com/en/" /> | ||
| <test url="http://www.aastocks.com/sc/default.aspx" /> | ||
| <test url="http://www.aastocks.com/tc/ltp/rtquote.aspx?symbol=00005" /> | ||
| <test url="http://www.aastocks.com/en/stocks/quote/detail-quote.aspx?symbol=02822" /> | ||
|
|
@@ -96,11 +100,11 @@ | |
| <target host="fcadata.aastocks.com" /> | ||
| <target host="fcsdata.aastocks.com" /> | ||
| <target host="fctdata.aastocks.com" /> | ||
| <target host="fpdata.aastocks.com" /> | ||
| <target host="fxcharts.aastocks.com" /> | ||
| <target host="chartdata1.internet.aastocks.com" /> | ||
|
|
||
| <target host="hkg.aastocks.com" /> | ||
| <test url="http://hkg.aastocks.com/cms/commentary/commentator_photo_chi_17.jpg" /> | ||
| <test url="http://hkg.aastocks.com/cms/commentary/commentator_photo_chi_76.png" /> | ||
| <target host="hkg1.aastocks.com" /> | ||
| <target host="hkg3.aastocks.com" /> | ||
| <target host="hkg8.aastocks.com" /> | ||
|
|
@@ -112,7 +116,7 @@ | |
| <target host="logon.aastocks.com" /> | ||
| <test url="http://logon.aastocks.com/payment/tc/termsconditions.aspx" /> | ||
|
|
||
| <target host="m.aastocks.com" /> | ||
| <!-- target host="m.aastocks.com" / --> | ||
| <target host="mpdata.aastocks.com" /> | ||
|
|
||
| <target host="plib.aastocks.com" /> | ||
|
|
@@ -141,7 +145,11 @@ | |
| <securecookie host="hkg8\.aastocks\.com" name=".+" /> | ||
|
|
||
| <securecookie host="logon\.aastocks\.com" name=".+" /> | ||
| <securecookie host="secure\.aastocks.com" name=".+" /> | ||
| <securecookie host="secure\.aastocks\.com" name=".+" /> | ||
|
|
||
| <rule from="^http:" to="https:" /> | ||
| <rule from="^http://hkg1?\.aastocks\.com/" | ||
| to="https://hkg3.aastocks.com/" /> | ||
|
|
||
| <rule from="^http:" | ||
| to="https:" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Keep each rule as a single line. |
||
| </ruleset> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test url for this?