mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added: Make Lidarr CSP compatible
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
44ad754c86
commit
0d7cd8009f
7 changed files with 58 additions and 44 deletions
|
@ -52,18 +52,7 @@
|
|||
<div id="root" class="root"></div>
|
||||
</body>
|
||||
|
||||
<script type="text/javascript">
|
||||
window.Lidarr = {
|
||||
apiRoot: 'API_ROOT',
|
||||
apiKey: 'API_KEY',
|
||||
release: 'APP_RELEASE',
|
||||
version: 'APP_VERSION',
|
||||
branch: 'APP_BRANCH',
|
||||
analytics: APP_ANALYTICS,
|
||||
urlBase: 'URL_BASE',
|
||||
isProduction: IS_PRODUCTION
|
||||
};
|
||||
</script>
|
||||
<script src="/initialize.js" data-no-hash></script>
|
||||
<script src="/polyfills.js"></script>
|
||||
<script src="/vendor.js"></script>
|
||||
<script src="/preload.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue