Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/chrome/content/rules/aastocks.com.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- fx.aastocks.com
- payment.aastocks.com
- tldata.aastocks.com
- video.aastocks.com
- ws2.aastocks.com
- wss-uat.aastocks.com
- wss1.aastocks.com
Expand Down Expand Up @@ -74,12 +75,14 @@
-->
<ruleset name="AASTOCKS.com (partial)">
<target host="www.aastocks.com" />
<test url="http://www.aastocks.com/tc/resources/Images/news/icon_video.png" />
<!--
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)
Latest Quote" functionalities because of some Mixed Content Blocking issues.
This bug does not affect Chromium browser (by default) or Firefox in
HTTP Nowhere mode (#15606)
-->
<exclusion pattern="^http://www\.aastocks\.com/$" />
<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/" />
Expand Down