Search
Sort
Score
Result
10 results
Languages
All
Labels
All
Results
131
-
140
of
2,585
for
script
(0.12 sec)
«
Prev
9
10
11
12
13
14
15
16
17
18
19
Next
»
HTML performance optimization - Learn web devel...
HTML is by default fast and accessible. It is our job, as developers, to ensure that we preserve these two properties when creating or editing HTML code. Complications can occur when, for example, the file size of a
embed is too large or when Java
Script
parsing blocks the rendering of critical page elements. This article walks you through the key HTML performance features that can drastically improve the quality of your web page....content could arbitrarily run
scripts
against any page it was embedded...into the page using some DOM
scripting
. See Fetching data from the...
developer.mozilla.org/en-US/docs/Learn/Performa...
more..
SyntaxError: invalid property name in regular e...
The Java
Script
exception "invalid property name in regular expression" or "invalid class property name in regular expression" occurs when the \p and \P Unicode character class escapes are not followed by a valid Unicode property name and/or value..../\p{
Script
=x}/u; // "x" is not a valid value for
Script
/\property/u;...Valid cases js /\p{
Script
=Latin}/u; // "
Script
=Latin" is a valid...
developer.mozilla.org/en-US/docs/Web/JavaScript...
more..
content
Script
s - Mozilla | MDN
Use this API to register content
Script
s. Registering a content
Script
instructs the browser to insert the given content
Script
s into pages that match the given URL patterns....register content
scripts
. Registering a content
script
instructs the...to insert the given content
scripts
into pages that match the given...
developer.mozilla.org/en-US/docs/Mozilla/Add-on...
more..
nonce - HTML: ハイパーテキストマークアップ言語 | MDN
nonce グローバル属性は、 これは暗号化ノンス ("number used once") を定義するコンテンツ属性で、コンテンツセキュリティポリシー が指定された要素に対してフェッチの実行を許可するかどうかを決定するために使用することができます。... <
script
> 要素を許可リスト化するためにノンスを使用 ノンス機...html <
script
nonce="8IBTHwOdqNKAWeKl7plt=="> // … </
script
> ノンス付きの...
developer.mozilla.org/ja/docs/Web/HTML/Global_a...
more..
CSP: require-trusted-types-for - HTTP | MDN
The HTTP Content-Security-Policy (CSP) require-trusted-types-for Experimental directive instructs user agents to control the data passed to DOM XSS sink functions, like Element.innerHTML setter....require-trusted-types-for '
script
'; '
script
' Disallows using strings...require-trusted-types-for '
script
'; trusted-types foo; const...
developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
more..
CSP: connect-src - HTTP | MDN
The HTTP Content-Security-Policy (CSP) connect-src directive restricts the URLs which can be loaded using
Script
interfaces. The following APIs are controlled by this directive:...URLs which can be loaded using
script
interfaces. The following APIs...ping="https://not-example.com"> <
script
> const response = fetch("https://not-example...
developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
more..
FileType Fields - GroupDocs.Comparison for .NET...
Action
Script
Programming Language format...behavior of interactive shells BAT
Script
file in DOS, OS/2 and Microsoft...build process of software CMD
Script
file in DOS, OS/2 and Microsoft...
apireference.groupdocs.com/comparison/net/group...
more..
Fetch directive - MDN Web Docs Glossary: Defini...
CSP fetch directives are used in a Content-Security-Policy header and control locations from which certain resource types may be loaded. For instance,
Script
-src allows developers to allow trusted sources of
Script
to execute on a page, while font-src controls the sources of web fonts.... For instance,
script
-src allows developers to allow...allow trusted sources of
script
to execute on a page, while font-src...
developer.mozilla.org/en-US/docs/Glossary/Fetch...
more..
CSP: default-src - HTTP | MDN
The HTTP Content-Security-Policy (CSP) default-src directive serves as a fallback for the other CSP fetch directives. For each of the following directives that are absent, the user agent looks for the default-src directive and uses this value for it:...prefetch-src
script
-src
script
-src-elem
script
-src-attr style-src...Content-Security-Policy: default-src 'self';
script
-src https://example.com is...
developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
more..
Chrome incompatibilities - Mozilla | MDN
The WebExtension APIs aim to provide compatibility across all the main browsers, so extensions should run on any browser with minimal changes....extension's root, like this: /path/to/
script
.js When calling tabs.remove()...web_accessible_resources . Content
script
HTTP(S) requests In Firefox:...
developer.mozilla.org/en-US/docs/Mozilla/Add-on...
more..
«
Prev
9
10
11
12
13
14
15
16
17
18
19
Next
»