Security Error when trying to load content from resource in a Firefox Addon (SDK)

后端 未结 4 551
-上瘾入骨i
-上瘾入骨i 2020-12-18 12:14

I am creating a firefox addon using the SDK. My goal is simple, to intercept a specific iframe and load my own HTML page (packaged as a resource with my addon) instead of t

4条回答
  •  無奈伤痛
    2020-12-18 12:47

    Have you considered turning your local HTML file into a data URL and loading that?

提交回复
热议问题