compdemocracy / polis

:milky_way: Open Source AI for large scale open ended feedback
https://pol.is
GNU Affero General Public License v3.0
719 stars 169 forks source link

Fix compdemocracy/polis#1686 #1690

Closed youchenlee closed 1 year ago

youchenlee commented 1 year ago

document.origin is deprecated, the value is undefined on my Chrome (114.0.5735.106). Replaced by self.origin

ballPointPenguin commented 1 year ago

Thanks for finding this. We'll test a few things and likely approve and merge soon.

Additional context: https://udn.realityripple.com/docs/Web/API/Document/origin

ballPointPenguin commented 1 year ago

There are a few instances of documenet.location.origin that likely need to be updated as well.

ballPointPenguin commented 1 year ago

There are a few instances of documenet.location.origin that likely need to be updated as well.

Update: It seems like document.location.origin is still probably fine https://udn.realityripple.com/docs/Web/API/Location/origin

ballPointPenguin commented 1 year ago

document.domain is also deprecated and occurs in client-report/src/util/url.js but I will update that in a different piece of work dealing with client-report generally