mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
parent
a7eab3f17b
commit
7af62e2cc4
@ -64,6 +64,7 @@ defmodule PlausibleWeb.Tracker do
|
||||
|
||||
conn
|
||||
|> put_resp_header("content-type", "application/javascript")
|
||||
|> put_resp_header("x-content-type-options", "nosniff")
|
||||
|> put_resp_header("cross-origin-resource-policy", "cross-origin")
|
||||
|> put_resp_header("access-control-allow-origin", "*")
|
||||
|> send_file(200, location)
|
||||
|
Loading…
Reference in New Issue
Block a user