We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e8609 commit bbe365aCopy full SHA for bbe365a
acrobat/scripts/ping.js
@@ -310,7 +310,7 @@ export class PingService {
310
key,
311
dateString,
312
{
313
- domain: window.location.host.endsWith('.adobe.com') ? 'domain=.adobe.com' : '',
+ domain: window.location.host.endsWith('.adobe.com') ? '.adobe.com' : '',
314
path: '/',
315
expires: this.getExpirationInUTC(31),
316
samesite: 'None',
0 commit comments