Should I deploy Glimpse to the production site?

前端 未结 3 1616
鱼传尺愫
鱼传尺愫 2021-01-29 21:42

I recently added the Glimpse Debugger package to my project. This added a reference to the Glimpse dll, and modified some Web.Config.

I like my project as much the same

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-29 22:21

    Yarx is right on pretty much all fronts.

    From a security perspective you could lock down the path using the method described. Only thing is, there are more URL end points that glimpse uses, so the rule would need to be something like *Glimpse/* (where * says that anything can come before it and anything can come after it). Once this is in place, glimpse should be pretty locked down.

    Also, if in the config, you used the transform that Yarx provided, glimpse will never load, even if you have the cookie turned on.

提交回复
热议问题