Skip to content

Commit

Permalink
Add access-control-allow-origin to X_ARCHIVE_ORIG_HEADERS
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Sep 3, 2024
1 parent d40af3e commit a97e9eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/outbackcdx/Replay.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
import static outbackcdx.Web.Status.*;

public class Replay {
private static final Set<String> X_ARCHIVE_ORIG_HEADERS = Set.of("age", "alt-svc", "cache-control", "cookie",
private static final Set<String> X_ARCHIVE_ORIG_HEADERS = Set.of("access-control-allow-origin",
"age", "alt-svc", "cache-control", "cookie",
"connection", "content-md5", "content-security-policy",
"content-security-policy-report-only", "date", "etag", "last-modified", "memento-datetime",
"p3p", "pragma", "public-key-pins", "retry-after", "server", "status", "strict-transport-security",
Expand Down

0 comments on commit a97e9eb

Please sign in to comment.