1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-19 08:52:25 +01:00

Merge branch 'v5.4' into 'feat-update-plan-categories'

# Conflicts:
#   CHANGELOG.md
This commit is contained in:
Vincent 2022-04-04 07:13:14 +00:00
commit 8aab359af2
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- Updated typescript to v4.6.3
- Webpack overlay will now report eslint issues
- Linted all code according to eslint rules
- Fix a bug: Refused to connect to 'wss://localhost:3035/ws' when using a https tunnel in development mode
## v5.3.7 2022 March 28

View File

@ -7,7 +7,7 @@
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy
Rails.application.config.content_security_policy do |policy| # # If you are using webpack-dev-server then specify webpack-dev-server host
policy.connect_src :self, :https, 'http://localhost:3035', 'ws://localhost:3035' if Rails.env.development?
policy.connect_src :self, :https, :wss, 'http://localhost:3035', 'ws://localhost:3035' if Rails.env.development?
# policy.default_src :self, :https
# policy.font_src :self, :https, :data