From 0c0e89c0e364b014a8c2836bd38902eeadcd4605 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 27 May 2015 17:06:16 +0100 Subject: Also disable all externally-used functions for XML. --- content_scripts/ui_component.coffee | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'content_scripts') diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index 5bb13496..e4cfc293 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -8,12 +8,16 @@ class UIComponent constructor: (iframeUrl, className, @handleMessage) -> styleSheet = document.createElement "style" - # If this is an XML document, nothing we do here works: - # *