You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* HTML compliant - Stylesheets (CSS) and reformatting
* HTML compliant - JavaScript
+ fix reference to `sb-admin.min.css` in `logout.html`
* HTML compliant - JavaScript
Fix typo
* HTML compliant - JavaScript
Fix HTML inline `onclick` events and `onsubmit` for forms
* Merged CSP
---------
Co-authored-by: Lex van Buiten <l.vanbuiten@20face.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## 3.1
4
4
5
5
* Upgraded to fido==1.2.0
6
+
* Added: CSP Compliance (optional), thanks to @lvanbuiten, to under CSP refer to [van Buiten](https://github.com/mkalioby/django-mfa2/pull/93#issuecomment-2847112870)
6
7
* Fix: issue when finding the user based on credential id.
7
8
* Fix: Move key delete to be POST call. Thanks to @AndreasDickow
$("#res").html("<div class='alert alert-success'>Registered Successfully, but <a href='"+manage_recovery_codes+"'>redirecting to "+RECOVERY_METHOD+" method</a></div>")
47
+
}else
48
+
$("#res").html("<div class='alert alert-danger'>Registration Failed as "+res["message"]+", <a href='#' id='failed_begin_reg'> try again or <a href='"+mfa_home+"'> Go to Security Home</a></div>")
$("#res").html("<div class='alert alert-danger'>Registration Failed as "+reason+", <a href='#' id='failed_begin_reg'> try again </a> or <a href='"+mfa_home+"'> Go to Security Home</a></div>")
$("#msgdiv").html("Verification Failed as "+res.message+", <a href='#' id='failed_authen'> try again</a> or <a href='#' id='failed_history_back'> Go Back</a>")
0 commit comments