Every URL should now be checked as if tags were not used.
Filtering will happen post initial run.
This change should now allow the default URLs to be executed and only after will the filtering be applied.
At the moment there is a bit of duplication going on due to some of the Hash being accessed through hash['access'] and other through hash[:access]. There's already work started on another branch which will allow us to remove one of them.
Testing performed both locally through ident (details on Jira) and through core on both my machine and @adambakalar.
As per conversation with @jcran I'll be merging.
Every URL should now be checked as if tags were not used. Filtering will happen post initial run.
This change should now allow the default URLs to be executed and only after will the filtering be applied.
At the moment there is a bit of duplication going on due to some of the Hash being accessed through hash['access'] and other through hash[:access]. There's already work started on another branch which will allow us to remove one of them.