Skip to content

Commit

Permalink
update domain for dale
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 29, 2023
1 parent 1eec942 commit 7309027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<% if (process.env.NODE_ENV === "production") { %>
<meta http-equiv="Content-Security-Policy" content="default-src 'self' http://127.0.0.1:* https://dale.itch.ovh; style-src 'unsafe-inline'; img-src 'self' https://img.itch.zone https://weblate.itch.ovh">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' http://127.0.0.1:* https://dale.itch.ovh https://dale.itch.zone; style-src 'unsafe-inline'; img-src 'self' https://img.itch.zone https://weblate.itch.ovh https://weblate.itch.zone">
<% } %>
<title>itch</title>

Expand Down
4 changes: 2 additions & 2 deletions src/renderer/modal-widgets/SendFeedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ class ReportIssue extends React.PureComponent<Props, State> {
});

doAsync(async () => {
const daleURL = "https://dale.itch.ovh";
const daleURL = "https://dale.itch.zone";
const { system, includeSystemInfo, message } = this.state;
const { log } = this.props.modal.widgetParams;
try {
Expand Down Expand Up @@ -510,7 +510,7 @@ ${log}
const { dispatch } = this.props;
dispatch(
actions.openInExternalBrowser({
url: "https://dale.itch.ovh/",
url: "https://dale.itch.zone/",
})
);
};
Expand Down

0 comments on commit 7309027

Please sign in to comment.