Global Protect Portal browser tab name change

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Global Protect Portal browser tab name change

L4 Transporter

Hi Team,

 

I have query that can I change the browser tab name for global protect, 

 

SubaMuthuram_0-1662529664226.png

 

Snow
3 REPLIES 3

Cyber Elite
Cyber Elite

@SubaMuthuram,

If you customize the Portal page and build out your own, you should be able to add the required title properly on the head of the page to get this to display whatever it is you actually want. 

L4 Transporter

Hi @BPry 

 

As customizing the default page I am unable to see the title section, Please find the below,

  <script>
    // Customizations - pass in values below.  Used in GlobalProtect login page
    // and also getsoftwarepage
    // Change customization of 'GlobalProtect Portal Home Page' to get uniform look

    var favicon = '';               // URL to the icon displayed in browser's address bar
    var logo = '';                  // URL to the company logo
    var bg_color = '';              // Background color
    var gp_portal_name = '';        // Text under company logo
    var gp_portal_name_color = '';  // Color for text under company logo
    var error_text_color = '';      // Text color for logon failure message
  </script>
  </head>
  <body>
    <div class="loginscreen_logo">
      <div id="logo">
        <img src="portal/images/logo-pan-48525a.svg"
             onerror="this.onerror=null; this.src='portal/images/logo-pan-48525a.png'"
             alt="">
      </div>
     
      <div id="activearea">
        <div id="heading">GlobalProtect Portal</div>
        <div id="formdiv">
          <pan_form/>
        </div>
      </div>
    </div>

    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="portal/js/ie10-viewport-bug-workaround.js"></script>
  </body>
</html>
 
 
But in the same I am able to see the heading section from browser inspect tool ,
 
SubaMuthuram_0-1662615786296.png

Please help me how to check from default page. 

 

 

Snow

Cyber Elite
Cyber Elite

@SubaMuthuram,

It's possible that you can't actually change it, I personally haven't actually tried. You should be able to insert a title tag and customize it, but since these changes merge into an existing system file that might not be the case. 

  • 1457 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!