2012/02/09 09:04

Microsoft Exchange OWA - Web Beacon and HTML Content Filter to disable

- OWA를 사용하다 보면 이미지 등 차단된 컨텐츠를 표시하려면 클릭해야하는 번거로움
- 디자인되어 표시되어야 할 화면에 이미지가 차단되어 비정상적인 화면이 표시

위와 같이 메일에 컨텐츠가 차단되어 표시되는 현상이 있다.

원천적으로 컨텐츠는 차단될 수록 사용자는 안전할 수 있지만, 너무 지나치면 원하는 안내 메일등의 내용을 볼 수 없는 일이 생기게 된다.

아래와 인용한 내용과 같이 해당 필터 기능을 OWA 관련 PowerShell 명령어로 꺼주면 되겠다.




Reference :
Matt Williamson's Blog http://www.bunkerhollow.com/blogs/matt/archive/2008/06/09/disable-owa-web-beacon-and-html-form-content-filtering.aspx 


Disable OWA Web Beacon and HTML Form Content Filtering

By default, your users will see this yellow information bar message frequently when using Outlook Web Access...

"To help protect your privacy, some content in this message has been blocked.  If you are sure that this message is from a trusted sender and you want to re-enable the blocked features, click here."

According the the Microsoft documentation, you have three choices; UserFilterChoice, ForceFilter, and DisableFIlter.  UserFilterChoice is the default.  To prevent this message from being displayed, change it to DisableFilter by opening PowerShell and running this command:

Set-OwaVirtualDirectory -identity "Owa (Default Web Site)" -FilterWebBeaconsAndHtmlForms DisableFilter

You can then take it a step further and disable the pop-up you get about displaying non-secure items or whatever.

Internet Explorer -> Tools -> Internet Options -> Security Tab -> Trusted Sites -> Sites Button -> add *.yourdomain.com
Click close then -> Custom Level... -> Miscellaneous -> Display Mixed Content -> Enable.

저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 1

Trackback : http://i-ruru.com/trackback/729 관련글 쓰기

  1. Favicon of http://www.realestateaussie.net.au BlogIcon Real Estate Directory 2012/03/08 16:40 address edit & del reply

    왜 여전히 Internet Explorer를 사용합니까?