We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599f5a0 commit 638f97cCopy full SHA for 638f97c
dotcom-rendering/src/components/SignInGateSelector.importable.tsx
@@ -394,7 +394,10 @@ export const pageIdIsAllowedForGating = (pageId: string): boolean => {
394
// - full url: https://www.theguardian.com/world/2025/apr/29/canada-election-result-liberal-win-mark-carney-anti-trump
395
// - pageId: world/2025/apr/29/canada-election-result-liberal-win-mark-carney-anti-trump
396
397
- const denyPaths = ['tips'];
+ const denyPaths = [
398
+ 'tips',
399
+ 'help/ng-interactive/2017/mar/17/contact-the-guardian-securely',
400
+ ];
401
402
return !denyPaths.some((denyPath) => pageId.startsWith(denyPath));
403
};
0 commit comments