当前位置:网站首页>Homologous strategy, surface longitude
Homologous strategy, surface longitude
2022-07-25 03:57:00 【Big chicken legs are best】
The same origin policy limits how documents or scripts loaded from the same source interact with resources from another source . This is an important security mechanism for browsers to isolate potentially malicious files . Homology means :**protocol( agreement )、domain( domain name )、port( port )** It has to be consistent .
The homologous policy mainly limits three aspects :
- Under the current domain js Scripts cannot access... In other domains cookie、localStorage and indexDB.
- Under the current domain js The script can't access the... In other domains DOM.
- Under the current domain ajax Unable to send cross domain request .
The purpose of homologous policy is to ensure the information security of users , It's just right js A limitation of scripts , It's not a limitation on browsers , For general img、 perhaps script Script requests will not have cross domain restrictions , This is because these operations will not perform operations that may cause security problems through the response results
边栏推荐
- Day 9 (capture traffic and routing strategy)
- Optimization of MySQL sorting index fields
- 01_ Education 2
- Postgraduate entrance examination experience
- Solve "nothing added to commit but untracked files present"“
- DNS resolution experiment
- Moveit2 - 7. Scenario planning ROS API
- Deeply understand the connection state and reliable mechanism of TCP protocol
- Implementing DDD based on ABP -- domain logic and application logic
- Display: the function and effect of align content, justify content and align items under flex
猜你喜欢

Li Kou 279 complete square - dynamic programming
![[file upload] parse text files and store them in batches through JDBC connection (dynamic table creation and dynamic storage)](/img/9c/0305f7256ab6037d586c8940b9dc76.png)
[file upload] parse text files and store them in batches through JDBC connection (dynamic table creation and dynamic storage)

Visual studio 2019 installation and uninstallation problems

Advantages and disadvantages of zero trust security

Cluster clock synchronization configuration

Roleapp focuses on Web3 and opens the door of Web3 with the key of "data can be held"

Implementation of logistics repair reporting system based on SSM

CVPR 2022 | content aware text logo image generation method

Implementing DDD based on ABP -- domain logic and application logic

How should enterprise users choose aiops or APM?
随机推荐
Yuntu says digital asset chain: your God of digital asset property protection
301. Delete invalid brackets
51 single chip microcomputer measures the period of square wave signal
C language file operation
C language_ Structure introduction
Unity: test rotation function
原创 | ueditor1.4.3-asmx绕过waf
One question per day
MySQL select query part 2
Implementation of online number or fan query of the scene
原创|记一次高校漏洞挖掘
SQL comment
CVPR 2020 | social stgcnn: pedestrian trajectory prediction based on graph convolution
CVPR 2022 | content aware text logo image generation method
A code takes you to draw multi format sangjimei pictures such as interactive +pdf+png
[Flink] transform operator map
Advanced numbers | [calculus of multivariate function] chain derivation method, implicit function derivation method, total differential form invariance, multivariate function extremum
[Flink] transform operator flatmap
VMware installation
Use "display: flex; justify content: Center; align items: Center;" Solve the problem that the streaming grid layout cannot be centered