Bug not confirmend, with the right regular expression passed to addURLFilterRule() .js and .css URLs containing a query will get ignored by the crawler:
$crawler->addURLFilterRule("#.(css|js)[\?$]# i");
Please report back if i misunderstood something here.
For now im closing this.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
this goes for .css and any other file as well...
Hi!
Could you please post your setup?
How did you exclude .js and .css files?
Maybe just an error in your exclude-regex?
Bug not confirmend, with the right regular expression passed to addURLFilterRule() .js and .css URLs containing a query will get ignored by the crawler:
$crawler->addURLFilterRule("#.(css|js)[\?$]# i");
Please report back if i misunderstood something here.
For now im closing this.
Thanks!