[java-idp-plugin-webauthn] branch main updated: Remove redundant jquery requirement
Phil Smart
philip.smart at jisc.ac.uk
Wed Aug 7 12:32:40 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=12cebd5761d5e1e7ba45fea28af36d0140b0c376
The following commit(s) were added to refs/heads/main by this push:
new 12cebd5 Remove redundant jquery requirement
12cebd5 is described below
commit 12cebd5761d5e1e7ba45fea28af36d0140b0c376
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Aug 7 13:32:36 2024 +0100
Remove redundant jquery requirement
---
.../net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-register.vm | 1 -
1 file changed, 1 deletion(-)
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-register.vm b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-register.vm
index d42e105..81319d9 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-register.vm
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-register.vm
@@ -32,7 +32,6 @@ $response.addHeader("Content-Security-Policy", "default-src 'none'; style-src 's
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="refresh" content="300;url=$flowExecutionUrl&_eventId=finish#parse("csrf/csrf-qparam.vm")">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
- <script src="$request.getContextPath()/js/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="></script>
<script type="text/javascript" src="$request.getContextPath()/js/webauthn/webauthn-support.js" #if ($nonce)nonce="$nonce"#end></script>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()#springMessageText("idp.css", "/css/placeholder.css" )">
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/webauthn.css">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list