Skip to content

Commit bbe365a

Browse files
committed
Update ping.js
1 parent 10e8609 commit bbe365a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acrobat/scripts/ping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export class PingService {
310310
key,
311311
dateString,
312312
{
313-
domain: window.location.host.endsWith('.adobe.com') ? 'domain=.adobe.com' : '',
313+
domain: window.location.host.endsWith('.adobe.com') ? '.adobe.com' : '',
314314
path: '/',
315315
expires: this.getExpirationInUTC(31),
316316
samesite: 'None',

0 commit comments

Comments
 (0)