Linter gives “Error parsing URL” error

前端 未结 10 2474
隐瞒了意图╮
隐瞒了意图╮ 2021-01-02 12:42

GOAL: I\'m trying to apply a Like button to my blog - this is my first time trying it.

BEHAVIOR: The button shows up, but when someone clicks \"Like\", the word \"

10条回答
  •  执笔经年
    2021-01-02 13:15

    I get this error when my .htaccesses files haven't

    RewriteCond %{HTTP_REFERER} !^$
    

    sometimes i dont add this line in order to prevent direct linking of images and stuff. if i take it off, the debug tool goes ok.

提交回复
热议问题