Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3282

Closed
Open
Created Mar 21, 2013 by Administrator@rootOwner

40px Gravatar image is not "always" loaded via HTTPS if SSL is configured

Created by: rufinus

On Dashboards, some of the 40x40px Gravatar image is not loaded via the secure.gravatar url which leads to mixed content warnings.

Its kinde strange:

<div class="event-item">
<span class="cgray pull-right"> about 2 hours ago. </span>
<img class="avatar s24" src="https://secure.gravatar.com/avatar/fa775e7ced047e00529c3c2d4ddc77c1?s=40&d=mm" alt="Fa775e7ced047e00529c3c2d4ddc77c1?s=40&d=mm">
<div class="event-title">
<div class="event-body">
<div class="clearfix"></div>
</div>
<div class="event-item">
<span class="cgray pull-right"> about 3 hours ago. </span>
<img class="avatar s24" src="http://www.gravatar.com/avatar/48f5ae64e86e9e9b0865ef649e0dd8d2?s=40&d=mm" alt="48f5ae64e86e9e9b0865ef649e0dd8d2?s=40&d=mm">
<div class="event-title">
</div>
<div class="event-item">
<span class="cgray pull-right"> about 3 hours ago. </span>
<img class="avatar s24" src="http://www.gravatar.com/avatar/48f5ae64e86e9e9b0865ef649e0dd8d2?s=40&d=mm" alt="48f5ae64e86e9e9b0865ef649e0dd8d2?s=40&d=mm">
<div class="event-title">
</div>
<div class="event-item">
<span class="cgray pull-right"> about 3 hours ago. </span>
<img class="avatar s24" src="https://secure.gravatar.com/avatar/fa775e7ced047e00529c3c2d4ddc77c1?s=40&d=mm" alt="Fa775e7ced047e00529c3c2d4ddc77c1?s=40&d=mm">
<div class="event-title">
<div class="event-body">
<div class="clearfix"></div>
</div>
<div class="event-item">
<span class="cgray pull-right"> about 3 hours ago. </span>
<img class="avatar s24" src="http://www.gravatar.com/avatar/48f5ae64e86e9e9b0865ef649e0dd8d2?s=40&d=mm" alt="48f5ae64e86e9e9b0865ef649e0dd8d2?s=40&d=mm">
<div class="event-title">
</div>
<div class="event-item">
<span class="cgray pull-right"> about 3 hours ago. </span>
<img class="avatar s24" src="http://www.gravatar.com/avatar/fa775e7ced047e00529c3c2d4ddc77c1?s=40&d=mm" alt="Fa775e7ced047e00529c3c2d4ddc77c1?s=40&d=mm">
<div class="event-title">
<div class="clearfix"></div>
</div>

fa775e... is loaded via the secure url, but see the last one? it switches to non-ssl version. the 48f5a image is always loaded via non-ssl

is there some kind of cache i can reset?

Version used: 5.0.0

Assignee
Assign to
Time tracking