]> git.p6c8.net - policy-templates.git/commitdiff
Fix wrong html entity
authorJohn Bieling <john.bieling@gmx.de>
Fri, 12 Apr 2024 20:06:14 +0000 (22:06 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2024 20:06:14 +0000 (22:06 +0200)
Found this, because the plist parser complained about an unknown entity.

mac/org.mozilla.firefox.plist

index a609de07050f2d21628b2e561262268cffc19af6..f1701f43507343a76496b889c752def570eea57d 100644 (file)
                <key>SocksVersion</key>
                <string>4</string>
                <key>Passthrough</key>
                <key>SocksVersion</key>
                <string>4</string>
                <key>Passthrough</key>
-               <string>&lt;local&rt;</string>
+               <string>&lt;local&gt;</string>
                <key>AutoConfigURL</key>
                <string>URL_TO_AUTOCONFIG</string>
                <key>AutoLogin</key>
                <key>AutoConfigURL</key>
                <string>URL_TO_AUTOCONFIG</string>
                <key>AutoLogin</key>

patrick-canterino.de