Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
See CB-10245 for an example.
The anchor tag filters go through the <allow-intent> filter, then <allow-navigation>. If it fails a filter, an error message is logged.
Right now if you have an anchor tag that passes <allow-navigation> but fails <allow-intent>, you see an error log.
Improve the error logging to only print out the log only if all filters fail.