일단 바빴음 ( 10주차 )

좋아 보임

jekyll-spaceship 을 github에 적용하기

  • jekyll-spaceship을 로컬에서 적용해서 이것저것해보다가 나중에 github에 올렸는데 하나도 적용되지 않았다.
  • 자세히 보니 github Page는 보안때문에 whitelisted plugin만 적용되고 있다.
  • 적용하려면 추가적인 작업이 필요하다

개인위키사이트에서 구글 서치가 안됨

  • #google-custom-search
  • 시작:2021-03-20
  • 해결:2021-03-22

1. 현재상황 단서 수집

구글서치실패장면

  • 이슈탭

구글서치실패장면2

  • 문구 자세히 보기

Cross-Origin Read Blocking (CORB) blocked cross-origin response https://cse.google.com/cse?cx=000475618740659571704:vdv5ycdxr0i with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.

  • 이슈탭 문구
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
❗🗨 (7) Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute

Because a cookie’s SameSite attribute was not set or is invalid, it defaults to SameSite=Lax, which prevents the cookie from being sent in a cross-site request. This behavior protects user data from accidentally leaking to third parties and cross-site request forgery.

Resolve this issue by updating the attributes of the cookie:

→ Specify SameSite=None and Secure if the cookie should be sent in cross-site requests. This enables third-party use.
→ Specify SameSite=Strict or SameSite=Lax if the cookie should not be sent in cross-site requests.

AFFECTED RESOURCES
▶ 7 cookies
▼ 1 request
  cse?cx=000475618740659571704:vdv5ycdxr0i
  
Learn more: SameSite cookies explained
Is this issue message helpful to you?

2. 해결 진행

3. 결과 리뷰

여전히 모르는 것들

  • 답변 에서 gcse:searchnamespace-based tag라고 언급되는데 그게 뭐지?
  • gcse-doc 에는 여러가지 태그방식을 사용할 수 있는데..
    • 현재 <div class="gcse-search">만 제대로 동작하며 <div class="gcse-searchbox">등 다른 태그방식으로 변경하면 인식이 안되고 있음