質問するログイン新規登録

回答編集履歴

4

追加

2019/08/29 23:19

投稿

kyoya0819
kyoya0819

スコア10434

answer CHANGED
@@ -3,4 +3,14 @@
3
3
  > Some Googling on kCFErrorDomainCFNetwork error 1 indicates that it may be a file permissions error
4
4
 
5
5
  [Safari 12.0 can’t open a local Home page – The Eclectic Light Company](https://eclecticlight.co/2018/10/18/safari-12-0-cant-open-a-local-home-page/)
6
- > Once I have loaded another page in Sierra, and I go back to my Home page, those errors vanish, and it then loads as expected. Other than pointing Safari at the file for my new Home page, I have made no other relevant changes in its settings.
6
+ > Once I have loaded another page in Sierra, and I go back to my Home page, those errors vanish, and it then loads as expected. Other than pointing Safari at the file for my new Home page, I have made no other relevant changes in its settings.
7
+
8
+ 又は
9
+ ```HTML
10
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
11
+ ```
12
+
13
+ ```HTML
14
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
15
+ ```
16
+ にしてみてください。

3

追加

2019/08/29 23:19

投稿

kyoya0819
kyoya0819

スコア10434

answer CHANGED
@@ -1,2 +1,6 @@
1
1
  同様の事例がありました。
2
- [Safari: kCFErrorDomainCFNetwork error 1 on local (HTML) files - Ask Different](https://apple.stackexchange.com/questions/361245/safari-kcferrordomaincfnetwork-error-1-on-local-html-files)
2
+ [Safari: kCFErrorDomainCFNetwork error 1 on local (HTML) files - Ask Different](https://apple.stackexchange.com/questions/361245/safari-kcferrordomaincfnetwork-error-1-on-local-html-files)
3
+ > Some Googling on kCFErrorDomainCFNetwork error 1 indicates that it may be a file permissions error
4
+
5
+ [Safari 12.0 can’t open a local Home page – The Eclectic Light Company](https://eclecticlight.co/2018/10/18/safari-12-0-cant-open-a-local-home-page/)
6
+ > Once I have loaded another page in Sierra, and I go back to my Home page, those errors vanish, and it then loads as expected. Other than pointing Safari at the file for my new Home page, I have made no other relevant changes in its settings.

2

追加

2019/08/29 23:13

投稿

kyoya0819
kyoya0819

スコア10434

answer CHANGED
@@ -1,1 +1,2 @@
1
- linkタグ属性と属性の間に全角空白文字れてます
1
+ 同様事例ありした
2
+ [Safari: kCFErrorDomainCFNetwork error 1 on local (HTML) files - Ask Different](https://apple.stackexchange.com/questions/361245/safari-kcferrordomaincfnetwork-error-1-on-local-html-files)

1

追加

2019/08/29 22:57

投稿

kyoya0819
kyoya0819

スコア10434

answer CHANGED
@@ -1,4 +1,1 @@
1
- ```CSS
2
- <link rel="stylesheet" href="stylesheet2.css"  stlye="" type="text/css">
3
- ```
4
- に全角空白文字が含まれてます。
1
+ linkタグの属性と属性の間に全角空白文字が含まれてます。