Skip to content

Commit 638f97c

Browse files
committed
additional deny url
1 parent 599f5a0 commit 638f97c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dotcom-rendering/src/components/SignInGateSelector.importable.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,10 @@ export const pageIdIsAllowedForGating = (pageId: string): boolean => {
394394
// - full url: https://www.theguardian.com/world/2025/apr/29/canada-election-result-liberal-win-mark-carney-anti-trump
395395
// - pageId: world/2025/apr/29/canada-election-result-liberal-win-mark-carney-anti-trump
396396

397-
const denyPaths = ['tips'];
397+
const denyPaths = [
398+
'tips',
399+
'help/ng-interactive/2017/mar/17/contact-the-guardian-securely',
400+
];
398401

399402
return !denyPaths.some((denyPath) => pageId.startsWith(denyPath));
400403
};

0 commit comments

Comments
 (0)