Skip to main content

Esta versão do GitHub Enterprise foi descontinuada em 2022-10-12. Nenhum lançamento de patch será feito, mesmo para questões críticas de segurança. Para obter melhor desempenho, segurança aprimorada e novos recursos, atualize para a última versão do GitHub Enterprise. Para obter ajuda com a atualização, entre em contato com o suporte do GitHub Enterprise.

Configuring the referrer policy for your enterprise

You can increase the privacy of your GitHub Enterprise Server instance by configuring the policy for cross-origin requests.

About the referrer policy for your enterprise

The referrer policy controls the information that GitHub Enterprise Server transmits in HTTP headers when someone visits a link from your GitHub Enterprise Server instance to an external site.

By default, when a user on your GitHub Enterprise Server instance visits a link to another site from a file or comment on your instance, the request includes the hostname for your instance in plain text within the Referer header. If the link leads to an external website, the owner of the website could read the hostname for your instance in requests or log files.

You can control the information that GitHub Enterprise Server sends when a user visits a link from your instance.

Enabling the same-origin referrer policy

You can enable the same-origin referrer policy to instruct modern browsers to exclude the hostname for your GitHub Enterprise Server instance from requests to external websites. The setting applies to all links from the web interface on your instance. By default, GitHub Enterprise Server uses the origin-when-cross-origin and strict-origin-when-cross-origin referrer policies, which means your instance's hostname will appear in HTTP and HTTPS requests to external websites.

Note: Changing the referrer policy to same-origin can affect external sites that expect a hostname in the HTTP headers for a request.

  1. No canto superior �  direita de GitHub Enterprise Server, clique na foto do perfil e clique em Configurações da empresa. "Configurações da empresa" no menu suspenso da foto do perfil em GitHub Enterprise Server
  2. Na barra lateral da conta corporativa, clique em Configurações. Guia Configurações na barra lateral das contas corporativas
  3. Under "User Agent Referrer Policy", select Enable same origin referrer policy for all organizations. Checkbox for enabling same origin referrer policy
  4. Click Save. Save button for enabling same origin referrer policy