Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
05a6b678
Commit
05a6b678
authored
Jan 25, 2021
by
François-Xavier Lebastard
Browse files
Merge branch 'develop' of gitlab.univ-nantes.fr:sigpublic/unantes-orientation-active into develop
parents
d0e6db2e
6f24647f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/unantes/orientactive/config/SecurityConfiguration.java
View file @
05a6b678
...
...
@@ -63,8 +63,8 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
.
accessDeniedHandler
(
problemSupport
)
.
and
()
.
headers
()
.
contentSecurityPolicy
(
"default-src 'self'; frame-src 'self' data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://storage.googleapis.com; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'
data:
"
)
.
and
()
.
contentSecurityPolicy
(
"default-src 'self'; frame-src 'self' data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://storage.googleapis.com; style-src 'self'
fonts.googleapis.com
'unsafe-inline'; img-src 'self' data:; font-src 'self'
fonts.gstatic.com
"
)
.
and
()
.
referrerPolicy
(
ReferrerPolicyHeaderWriter
.
ReferrerPolicy
.
STRICT_ORIGIN_WHEN_CROSS_ORIGIN
)
.
and
()
.
featurePolicy
(
"geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; fullscreen 'self'; payment 'none'"
)
...
...
src/main/webapp/index.html
View file @
05a6b678
...
...
@@ -4,7 +4,6 @@
<meta
charset=
"utf-8"
>
<meta
content=
"IE=edge"
http-equiv=
"X-UA-Compatible"
>
<title>
Aplly Orientactive
</title>
<meta
content=
"Description for orientactive"
name=
"description"
>
<meta
name=
"google"
value=
"notranslate"
>
<meta
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
name=
"viewport"
>
<meta
content=
"#000000"
name=
"theme-color"
>
...
...
@@ -12,8 +11,8 @@
<link
href=
"./content/images/icons/apple-touch-icon.png"
rel=
"apple-touch-icon"
sizes=
"180x180"
>
<link
href=
"./content/images/icons/favicon-32x32.png"
rel=
"icon"
sizes=
"32x32"
type=
"image/png"
>
<link
href=
"./content/images/icons/favicon-16x16.png"
rel=
"icon"
sizes=
"16x16"
type=
"image/png"
>
<link
href=
"manifest.webapp"
rel=
"manifest"
/>
<link
href=
"content/css/form.css"
rel=
"stylesheet"
>
<link
href=
"
./
manifest.webapp"
rel=
"manifest"
/>
<link
href=
"
./
content/css/form.css"
rel=
"stylesheet"
>
<!-- jhipster-needle-add-resources-to-root - JHipster will add new resources here -->
</head>
<body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment