What are the recommendations for html <base> tag?

前端 未结 17 2482
一向
一向 2020-11-21 10:17

I\'ve never seen HTML tag actually used anywhere before. Are there pitfalls to its use that means I should avoid it?

The fact that I have never noticed

17条回答
  •  耶瑟儿~
    2020-11-21 10:36

    Working with AngularJS the BASE tag broke $cookieStore silently and it took me a while to figure out why my app couldn't write cookies anymore. Be warned...

提交回复
热议问题