whitelist commbankdoesnt work

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
ausffuser

whitelist commbankdoesnt work

Post by ausffuser »

Hi,
How can I properly whitelist an entire domain in all forms, subdomains, http/https/images/scripts etc?
I have attempted to whitelist the major Australian bank commonwealth bank.
You may not be able to replicate the issue, as you need to log in.
But I can log in, but when I view accounts, the bank page then serves its own message about a time out error, which I have isolated to only happening when Adblockplus being turned on.
I have tried many filters, and when I show "view blockable items" it will show no red/blocked items, but still cause a problem (only when ABP is on).

I'm not sure if Im doing something wrong, or there is a bug, as no item is being indicated as blocked, but it is definitely being blocked.
Anyone else here use commbank?
My filters are:
@@|*.commbank.com.au^$document
@@|https://www2.my.commbank.com.au
@@||www2.my.commbank.com.au^$document
@@||my.commbank.com.au^$document
@@|https://www1.my.commbank.com.au*
@@||www1.my.commbank.com.au^$document
@@*commbank.com.au/*
@@*my.commbank.com.au^$document
@@|*https://www2.my.commbank.com.au*
@@||www1.my.commbank.com.au^$document,domain=~commbank.com.au
@@||www2.my.commbank.com.au^$document,domain=~commbank.com.au
@@||commbank.com.au^$document

Also these filters (which are for dynamically generated pages, which is available when I click the ABP option "disable on xxx", which seems to occasionally fix the problem, but now stopped working):

@@|wyciwyg://504/https://www1.my.commbank.com.au/netbank ... NT_NUMBER=(number removed for security)&ACCOUNT_PRODUCT_TYPE=DDA&DEEPLINKING_WITH_CONTEXT=True&RID=p8gF7uATw&SID=5%2fmMWJte6mw%3d&PB=E#ready|
@@|wyciwyg://55/https://www1.my.commbank.com.au/netbank ... NT_NUMBER=(number removed for security)&ACCOUNT_PRODUCT_TYPE=DDA&DEEPLINKING_WITH_CONTEXT=True&PB=E&RID=s-56klw6vIQ&SID=TlL%2fyxU%3d#ready|
@@|wyciwyg://56/https://www1.my.commbank.com.au/netbank ... NT_NUMBER=(number removed for security)&ACCOUNT_PRODUCT_TYPE=DDA&DEEPLINKING_WITH_CONTEXT=True&PB=E&RID=IQnQm5BA&SID=TlL%2fyxU%3d#ready|

I would have thought there would be 1 single filter exception needed for the whole domain and all subdomains, can someone tell me what this would be? I attempted this, but the page stopped working.

Thanks
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: whitelist commbankdoesnt work

Post by Gingerbread Man »

Hello,

Code: Select all

@@||commbank.com.au^$document
This is the only one you should need. Everything else you have is superfluous.
en/filters
en/filter-cheatsheet (draft page)

You can also try the following, which should be redundant and of no use if you already have the above filter. “Allow everything from commbank.com.au”.

Code: Select all

@@||commbank.com.au^
“Allow everything on commbank.com.au”.

Code: Select all

@@*$domain=commbank.com.au
ausffuser wrote:But I can log in, but when I view accounts, the bank page then serves its own message about a time out error, which I have isolated to only happening when Adblockplus being turned on.
And you can reproduce this consistently? Error 504 — which you listed — suggests a problem with the server or the network.
ausffuser

Re: whitelist commbankdoesnt work

Post by ausffuser »

And you can reproduce this consistently? Error 504 — which you listed — suggests a problem with the server or the network.
It's not a raw 504 error, but a formatted page stating "Session Timeout. Please try again.", indicating the server is still serving pages/files.
Regardless, it only occurs occasionally when I view specific pages on this bank site (and only with Adblock turned on), so I do not believe it's a server issue.

I added the domain exception as above, which actually seemed reduced the occurrence greatly, but issue just happened again.

My only thought would be either the filter exception does not cover all types/exclude a certain type of script, or perhaps a script is being pulled from another domain, not covered by the exception rule. but I can not see anything in the blockable items to verify this, unless it is only there momentarily before the page directs to the timeout page, thus not listed for more than a split second possibly.
Any way to view historically blocked items (that are not on any filter list)?
Locked