links angepasst
This commit is contained in:
parent
ecb896e58d
commit
b5c9d05de3
|
|
@ -33,7 +33,7 @@ SESSION_COOKIE_SECURE = False
|
|||
# FOR SUMMERNOTE ORIGIN
|
||||
#X_FRAME_OPTIONS = 'SAMEORIGIN'
|
||||
#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
|
||||
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -43,7 +43,7 @@
|
|||
<script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script>
|
||||
<script>
|
||||
$(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();
|
||||
})
|
||||
</script>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
window.location.replace("cloud.digitale-agentur.com/external/1");
|
||||
window.location.replace("app.digitale-agentur.com/external/1");
|
||||
localStorage.clear();
|
||||
})
|
||||
</script>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
window.location.replace("cloud.digitale-agentur.com/external/1");
|
||||
window.location.replace("app.digitale-agentur.com/external/1");
|
||||
localStorage.clear();
|
||||
})
|
||||
</script>
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<script src="{%static 'users/js/jquery.js' %}" type="text/javascript"></script>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
window.location.replace("cloud.digitale-agentur.com/external/1");
|
||||
window.location.replace("app.digitale-agentur.com/external/1");
|
||||
localStorage.clear();
|
||||
})
|
||||
</script>
|
||||
Loading…
Reference in New Issue