From 815069fa119dce52574309c643e0d91b48df125a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 7 Aug 2015 09:37:15 -0400 Subject: [PATCH] Updated Dynamic filtering: Benefits of blocking 3rd party iframe tags (markdown) --- ...mic-filtering:-Benefits-of-blocking-3rd-party-iframe-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dynamic-filtering:-Benefits-of-blocking-3rd-party-iframe-tags.md b/Dynamic-filtering:-Benefits-of-blocking-3rd-party-iframe-tags.md index 4dadf05..383cfc1 100644 --- a/Dynamic-filtering:-Benefits-of-blocking-3rd-party-iframe-tags.md +++ b/Dynamic-filtering:-Benefits-of-blocking-3rd-party-iframe-tags.md @@ -26,7 +26,7 @@ Ultimately, if a site breaks because it really does need legitimate 3rd-party `<


3rd-party <iframe> tags blocked by default for all sites,
except for the current site (this was for github.com) -- using a noop rule.

-But even in this case, the best advice would be to actually find from which specific hostname iframe tags are required, and to create a `noop` rule *only* for this hostname, rather than unblock all 3rd-party `iframe` tags on the site -- though this approach is better suited to advanced users. +But even in this case, the best advice would be to actually find from which specific hostname `iframe` tags are required, and to create a `noop` rule *only* for this hostname, rather than unblock all 3rd-party `iframe` tags on the site -- though this approach is better suited to advanced users. ### Tracking protection