links angepasst

This commit is contained in:
Holger Trampe 2021-10-22 21:12:30 +02:00
parent ecb896e58d
commit b5c9d05de3
6 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ SESSION_COOKIE_SECURE = False
# FOR SUMMERNOTE ORIGIN # FOR SUMMERNOTE ORIGIN
#X_FRAME_OPTIONS = 'SAMEORIGIN' #X_FRAME_OPTIONS = 'SAMEORIGIN'
#X_FRAME_OPTIONS = 'ALLOWALL' #X_FRAME_OPTIONS = 'ALLOWALL'
X_FRAME_OPTIONS = 'allow-from *cloud.digitale-agentur.com' X_FRAME_OPTIONS = 'allow-from .digitale-agentur.com'
# Quick-start development settings - unsuitable for production # Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/ # See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/

View File

@ -43,7 +43,7 @@
<script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script> <script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){
window.location.replace("https://cloud.digitale-agentur.com/external/1"); window.location.replace("https://app.digitale-agentur.com/external/1");
localStorage.clear(); localStorage.clear();
}) })
</script> </script>

View File

@ -2,7 +2,7 @@
<script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script> <script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){
window.location.replace("cloud.digitale-agentur.com/external/1"); window.location.replace("app.digitale-agentur.com/external/1");
localStorage.clear(); localStorage.clear();
}) })
</script> </script>

View File

@ -2,7 +2,7 @@
<script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script> <script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){
window.location.replace("cloud.digitale-agentur.com/external/1"); window.location.replace("app.digitale-agentur.com/external/1");
localStorage.clear(); localStorage.clear();
}) })
</script> </script>

View File

@ -2,7 +2,7 @@
<script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script> <script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){
window.location.replace("cloud.digitale-agentur.com/external/1"); window.location.replace("app.digitale-agentur.com/external/1");
localStorage.clear(); localStorage.clear();
}) })
</script> </script>