Skip to content

Commit b750d21

Browse files
authored
Merge branch 'develop' into enhancement/validate-url-enhancements
2 parents a29ddfc + c06f3cc commit b750d21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ayon_api/server_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,7 @@ def get_headers(
12571257
"Content-Type": content_type,
12581258
"x-ayon-platform": platform.system().lower(),
12591259
"x-ayon-hostname": platform.node(),
1260+
"referer": self.get_base_url(),
12601261
}
12611262
if self._site_id is not None:
12621263
headers["x-ayon-site-id"] = self._site_id

0 commit comments

Comments
 (0)