-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fontawesomeにintegrity追加 #5969
fontawesomeにintegrity追加 #5969
Conversation
@Atsu0601 |
@chihiro-adachi 先ほどコミットしたので、ご確認お願いできますでしょうか。 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossOrigin="anonymous"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossOrigin="anonymous"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
crossOrigin
-> crossorigin
でお願いします。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちらも変更致します。ありがとうございます。
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossOrigin="anonymous"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossOrigin="anonymous"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v4-shims.cssのハッシュ値はall.cssと同じ値ですが問題ないでしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ハッシュ値は再度計算したものに差し替えいたします。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Atsu0601
all.cssのハッシュ値は合っていると思われますので、v4-shims.cssの方を変更お願いできますでしょうか。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Atsu0601
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 4.2 #5969 +/- ##
=========================================
Coverage 82.53% 82.54%
Complexity 6401 6401
=========================================
Files 475 475
Lines 25733 25734 +1
=========================================
+ Hits 21240 21241 +1
Misses 4493 4493
Flags with carried forward coverage won't be shown. Click here to find out more. see 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@Atsu0601 |
@Atsu0601 @kiy0taka @chihiro-adachi |
.gitignore
Outdated
@@ -32,6 +32,7 @@ node_modules | |||
!/html/user_data/.gitkeep | |||
!/html/user_data/assets/css/customize.css | |||
!/html/user_data/assets/js/customize.js | |||
/html_bundle/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この修正は不要なものかと思われますので、コミットごと削除お願いします。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちら私の方でrevertしておきます
.gitignoreの変更は当branchの変更としては不要のため、Revert致します。
@kiy0taka |
お二人共レビューありがとうございます。 |
概要(Overview・Refs Issue)
下記の2ファイルにfontawesomeにintegrity追加しました。
/src/Eccube/Resource/template/admin/default_frame.twig
src/Eccube/Resource/template/admin/error.twig
Issue:#5946
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目