mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
Commit latest dist files
See https://github.com/flarum/core/issues/727#issuecomment-172384020
This commit is contained in:
2
extensions/pusher/js/forum/dist/extension.js
vendored
2
extensions/pusher/js/forum/dist/extension.js
vendored
@@ -28,7 +28,7 @@ System.register('flarum/pusher/main', ['flarum/extend', 'flarum/app', 'flarum/co
|
|||||||
authEndpoint: app.forum.attribute('apiUrl') + '/pusher/auth',
|
authEndpoint: app.forum.attribute('apiUrl') + '/pusher/auth',
|
||||||
auth: {
|
auth: {
|
||||||
headers: {
|
headers: {
|
||||||
'Authorization': 'Token ' + app.session.token
|
'X-CSRF-Token': app.session.csrfToken
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user