Skip to content

Feature Request: Exclude specific domains #10

Description

@splorp

Related to issue #9, it would be handy to block domains that Link Scanner reports as serving broken links, even though those links are completely valid in a regular web browser.

Case in point, linkedin.com and it’s stupid JavaScript tracking code redirection.

This could be handled by adding a config setting.

Fore example:

<?php
  return [
    'scottboms.link-scanner' => [
      'exclude' => [
          'linkedin.com',
          '*.linkedin.com'
          ],
      ]
  ]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions