网站首页  词典首页

请输入您要查询的英文单词:

 

单词 Same Origin Policy
释义

Same Origin Policy

  • 网络同源策略;相同来源政策;同源策略的限制
1.
同源策略
同源策略(Same Origin Policy),它是由Netscape提出的一个著名的安全策略。 现在所有支持JavaScript 的浏览器都会使用这个 …
blog.sina.com.cn
2.
相同来源政策
相同来源政策 (Same Origin Policy) Fast-flux Service Networks 入侵侦测系统 (Intrusion Detection System, IDS) 电脑监识(comp…
www.twisc.ncku.edu.tw
3.
同源策略的限制
...aScript 引擎与被测 Web 应用同源,绕开同源策略的限制Same Origin Policy),进而取得对 Web 页面进行各种操作的权限。
www.ibm.com
4.
同源政策
这个整合的内容绕过了同源政策Same Origin Policy),而这对于许多浏览器端的程序语言(比如JavaScript)来说是一个重 …
www.searchsecurity.com.cn
5.
同域限制
* 受到"同域限制"(Same Origin Policy),只能向同一域名的服务器请求数据。  三、新版本的功能   新版本的 XMLHttpRequest …
kb.cnblogs.com
6.
相同来源策略
若不使用相同来源策略(Same Origin Policy),恶意的网站可使用用户端的凭证来执行JavaScript,从其他网站载入敏感的资讯, …
www.hpenterprisesecurity.com

例句

释义:
1.
The same origin policy can be a problem if your JavaScript application wants to contact services that you or others have written.
如果您的JavaScript应用程序需要与您或其他人编写的服务建立连接,那么这种同源策略会造成问题。
www.ibm.com
2.
Modern browsers use a same origin policy that only permits subsequent requests to be issued to the same domain where the page originated.
现代浏览器使用一种同源策略,只允许将后续请求发送给发出页面的相同域。
www.ibm.com
3.
You can take advantage of the same-origin policy to make it harder for attackers to get access to the full DOM tree.
您可以利用同源策略使攻击者无法轻易地访问整个DOM树。
www.ibm.com
4.
You can bypass the same-origin policy in many ways: We'll illustrate some of these ways later in the article.
可以通过许多方法绕过同源策略:稍后我将在文章中演示其中的一些方法。
www.ibm.com
5.
Some of the solutions proposed include relaxing the same-origin policy in the browser coupled with adding additional controls.
一些提出的解决方案包括:在辅以额外控制的同时,放宽同源策略的限制。
www.infoq.com
6.
After being fetched, however, the content in the frames would be subject to the same-origin policy limitations.
不过,获取资源后,框架中的内容会受到同源策略的限制。
www.ibm.com
7.
One of the major constraints of Ajax is the notorious same origin policy.
Ajax的一个主要不足就是为人诟病的同源策略。
www.ibm.com
8.
The same-origin policy prevents a script loaded from one domain from getting or manipulating properties of a document from another domain.
同源策略阻止从一个域上加载的脚本获取或操作另一个域上的文档属性。
www.ibm.com
9.
JSON with Padding (JSONP) is a way to bypass the same-origin policy by using JSON in combination with the tag, as shown in Listing 1.
JSONP(JSONwithPadding)是一种可以绕过同源策略的方法,即通过使用JSON与标记相结合的方法,如清单1所示。
www.ibm.com
10.
As you have already learned, the same-origin policy doesn't prevent the insertion of dynamic script elements into the document.
前面已经提到,同源策略不阻止将动态脚本元素插入文档中。
www.ibm.com
1.
Being a Web application, our example is limited by the same origin policy enforced by all browsers.
作为一个Web应用程序,我们的示例也受限于目前所有浏览器均执行的同源策略。
www.ibm.com
2.
To the Web application developer, it might look like he doesn't have the same-origin policy at all.
对于Web应用程序开发人员而言,它看上去可能完全不具有同源策略。
www.ibm.com
3.
The same-origin policy prevents websites from one domain from requesting data belonging to another domain.
同源策略限制了来自一个域的站点向另一个域请求数据。
www.infoq.com
4.
Use of the tag to circumvent the Same Origin Policy allows the client to retrieve content from third parties.
使用标记避开同源策略使客户机能检索来自第三方的内容。
www.ibm.com
5.
Now recall that GWT runs as JavaScript, and so any calls a GWT application makes to remote servers is limited by the same-origin policy.
还记得吗,GWT是作为JavaScript运行的,因此GWT应用程序向远程服务器发出的任何调用都受到同源策略的限制。
www.ibm.com
6.
In this article, we provided an overview of different ways in which Web 2. 0 applications avoid the same-origin policy.
在这篇文章中,我们概述了在Web2.0应用程序中避免同源策略的各种不同的方法。
www.ibm.com
7.
The password manager's algorithm is based on the browser's same-origin policy, which we've touched on before.
密码管理程序的算法基于浏览器的same-origin策略,这个策略我们以前已经接触过了。
blog.sina.com.cn
8.
To have a Web page retrieve content from third-party sources, you must circumvent the Same Origin Policy.
要让Web页面从第三方检索内容,必须避开同源策略。
www.ibm.com
9.
This deployment requirement is due to the same origin policy that is implemented in all major browsers.
由于所有主要浏览器都实现了同源策略(sameoriginpolicy),因此必须遵循这种部署规则。
www.ibm.com
10.
In order to overcome the same-origin policy, the portlet uses the Ajax proxy layer to access these domains.
为了克服相同来源政策,portlet会使用Ajax代理层来访问这些域。
www.ibm.com
1.
This is the Same Origin Policy, which all browsers implement.
这就是所有浏览器都实现了的同源策略(SameOriginPolicy)。
www.ibm.com
2.
JSONP as an effective cross-domain communication technique, by-passing the same-origin policy limitations
作为一种有效的跨域通信技术,JSONP能够绕过当前浏览器的同源策略限制
www.ibm.com
3.
Helen Wang from the systems and networking group at Microsoft Research goes further into the failing of the same-origin policy
来自微软研究院系统与网络组的HelenWang进一步指出了同源策略的失败之处
www.infoq.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/14 7:14:08