diff --git a/clients/packages/canary-client/src/scenes/WidgetActions/Settings/Autofire/index.tsx b/clients/packages/canary-client/src/scenes/WidgetActions/Settings/Autofire/index.tsx index c174c51d2..38eea6afc 100644 --- a/clients/packages/canary-client/src/scenes/WidgetActions/Settings/Autofire/index.tsx +++ b/clients/packages/canary-client/src/scenes/WidgetActions/Settings/Autofire/index.tsx @@ -96,10 +96,9 @@ const AutofireForm = ({ widget, updateCache }: Props): React.ReactElement => { config={{ simpleUpload: { uploadUrl: process.env.REACT_APP_UPLOADS_URL, - withCredentials: true, + withCredentials: false, headers: { - "X-CSRF-TOKEN": "CSRF-Token", - Authorization: "Bearer " + "Access-Control-Allow-Origin": "*", } } }} @@ -124,4 +123,4 @@ const AutofireForm = ({ widget, updateCache }: Props): React.ReactElement => { ); }; -export default AutofireForm; \ No newline at end of file +export default AutofireForm;