Remote scan access 

The Remote scan access tab configures how the hosted crawler reaches your site. The tab is only available to TYPO3 administrators and requires an active licence. All values are stored in the ruleset record tx_a11y_ruleset of the selected site.

Scanner token 

The scanner token lets the crawler and the rendered page check see content that is not publicly visible. A request that carries the header X-AQG-Scanner-Token with a valid token is served with hidden pages and hidden content elements included.

Use Generate token to create a token, or Regenerate token to replace an existing one. The token is a random 64-character hexadecimal string stored in scanner_token.

If no token is configured, the module shows the notice Hidden pages will not be scanned and remote scans only reach publicly visible pages.

HTTP basic authentication 

For password-protected staging environments, enter the credentials the crawler should use. The username is stored in http_auth_user, the password encrypted in http_auth_pass. Encryption requires the PHP sodium extension.

Use a dedicated account with read-only frontend access. Do not reuse backend or production credentials.

Excluded URL patterns 

One path pattern per line. Matching URLs are never requested by the crawler. Use this for administration areas, file storages and internal tools:

/typo3/*
/fileadmin/*
/typo3temp/*
/_assets/*
Copied!

Priority URLs 

One path per line. These pages are crawled first, so that findings for the most important pages appear early in the report even when the page budget of the plan is reached:

/
/contact
/products
Copied!