IT 관련 이야기/SharePoint

OWA 개인 정보 보호 기능 해제....

종소리도깨비 2008. 10. 16. 19:49
반응형

owa 기능 중 개인 정보 및 피싱 방지 기능 필터가 있다. 보안은 취약해지지만

풀어 달라면 풀어 줘야지...쉬팍...

 

image

 

원문 출처 : http://bunkerhollow.com/blogs/matt/archive/2008/06/09/disable-owa-web-beacon-and-html-form-content-filtering.aspx

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.

반응형