Project

General

Profile

« Previous | Next » 

Revision 59674

[Library|Trunk]

Monitor:
-update stakeholder classes, add visibility, remove isPublic, isActive

Icons: add bullet, preview icon

COOKIE: add SameSite=Lax

offcanvas-white: add h6

View differences:

helper.class.ts
132 132
        }else if(document.domain.indexOf(".openaire.eu") != -1){
133 133
          domain = ".openaire.eu";
134 134
        }
135
        document.cookie = name+'='+value+'; path='+path+'; domain='+domain+';';
135
        document.cookie = name+'='+value+'; path='+path+'; domain='+domain+';SameSite=Lax;';
136 136
      }
137 137
  }
138 138
}

Also available in: Unified diff