apache / fury-site

Apache Fury Website
https://fury.apache.org/
Apache License 2.0
8 stars 17 forks source link

Fix the problem that github star does not display. #104

Closed LiangliangSui closed 6 months ago

LiangliangSui commented 6 months ago

The current fury website github star displays abnormally.

image

The exception information is as follows:

Refused to frame 'https://ghbtns.com/' because it violates the following Content Security Policy directive: "frame-src 'self'".

LiangliangSui commented 6 months ago

Adding the meta tag cannot solve this problem. It should be that the apache server response header still returns frame-src 'self'

Can we configure the apache server response header? @chaokunyang @theweipeng

Before, github star could be displayed normally, but recently it suddenly displayed abnormally.

chaokunyang commented 6 months ago

@LiangliangSui We don't use apache server, it's just a github pages. @theweipeng Do you know how to fix this?

LiangliangSui commented 6 months ago

On https://apache.github.io/incubator-fury-site (Recently deployed), the github star button is displayed normally, but the display on https://fury.apache.org is abnormal. This seems to be related to something about apache configuration related.

image

Have we changed any configuration-related content recently, resulting in abnormal display? It was displayed normally before (half a month ago), but the abnormal display occurred recently.