workadventure/front
David Négrier 9425fd70c0 Adding a new property to prevent script from being loaded in "modules" mode
Scripts in module mode need to be abide by the Same Origin Policy (CORS headers are used to load them)
This can cause issues on some setups.

This commit adds a new "scriptDisableModuleSupport" that can be used to disable the "modules" mode.

Closes #1721
2022-01-12 17:36:31 +01:00
..
dist Adding a new property to prevent script from being loaded in "modules" mode 2022-01-12 17:36:31 +01:00
packages/iframe-api-typings Dynamically fetching correct version and generating declarations only for npm lib 2021-04-11 11:32:56 +02:00
src Adding a new property to prevent script from being loaded in "modules" mode 2022-01-12 17:36:31 +01:00
style Disable user selection of UI elements 2021-12-31 15:27:08 +01:00
tests Merge branch 'develop' into 2daysLimit 2022-01-05 11:47:31 +01:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.js Stopping sending literal errors 2022-01-06 10:52:06 +01:00
.gitignore Fixing .gitignore files 2021-06-23 16:30:42 +02:00
.prettierignore Adding Prettier in messages 2021-12-16 16:40:50 +01:00
.prettierrc.json Add Eslint check & Prettier on Svelte files 2021-12-06 16:10:35 +01:00
Dockerfile Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
jasmine.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
LICENSE.txt Changing license to AGPL + Commons Clause 2020-06-09 10:17:21 +02:00
package.json Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
templater.sh Fixing GA tag not included in play domain 2021-03-05 10:00:11 +01:00
tsconfig-for-jasmine.json Fixing Jasmine tests 2021-05-17 16:41:10 +02:00
tsconfig-for-webpack.json Adding correct SCSS file integration with Svelte 2021-05-17 16:41:09 +02:00
tsconfig.json Adding correct SCSS file integration with Svelte 2021-05-17 16:41:09 +02:00
webpack.config.ts Making LIVE_RELOAD configurable 2021-12-03 09:23:52 +01:00
yarn.lock Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00