---
title: "Breaking: #96501 - prefixLocalAnchors option in HTMLParser removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-96501"
source: "Changelog/12.0/Breaking-96501-PrefixLocalAnchorsOptionInHTMLParserRemoved.rst"
typo3-version: "12.0"
typo3-major: 12
type: "breaking"
issue: 96501
forge: "https://forge.typo3.org/issues/96501"
tags: ["Frontend", "TypoScript", "NotScanned", "ext:frontend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #96501 - prefixLocalAnchors option in HTMLParser removed {#breaking-96501}

See [forge#96501](https://forge.typo3.org/issues/96501)

## Description {#description}

The property `prefixLocalAnchors` in TypoScript's HTMLParser
is removed without substitution.

This is a leftover from times before there was Site Handling
and absolute URLs, related to `config.prefixLocalAnchors` which was
removed in TYPO3 v8.

The option has many side-effects such as relying on the request
when parsing HTML (which behaves differently in TYPO3 Backend
and in Frontend).

## Impact {#impact}

Setting this TypoScript option has no effect anymore.

## Affected Installations {#affected-installations}

TYPO3 installation having TypoScript configured with this
option activated.

## Migration {#migration}

None.
