Skip to content

Commit 9faec5c

Browse files
authored
Merge pull request #332 from helloflask/fix-js-integrity
2 parents ccfae7b + bf9997c commit 9faec5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flask_bootstrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def create_app():
262262
bootstrap_version = '5.3.2'
263263
popper_version = '2.11.8'
264264
bootstrap_css_integrity = 'sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN'
265-
bootstrap_js_integrity = 'sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL'
265+
bootstrap_js_integrity = 'sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+'
266266
popper_integrity = 'sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r'
267267
popper_name = '@popperjs/core'
268268
static_folder = 'bootstrap5'

0 commit comments

Comments
 (0)