Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,612 for

script

(0.07 sec)
  1. 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

    developer.mozilla.org/en-US/docs/Learn/Performa...
  2. SyntaxError: invalid property name in regular e...

    The JavaScript 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...
  3. contentScripts - Mozilla | MDN

    Use this API to register content Scripts. Registering a content Script instructs the browser to insert the given content Scripts 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...
  4. nonce - HTML: ハイパーテキストマークアップ言語 | MDN

    nonce グローバル属性は、 これは暗号化ノンス ("number used once") を定義するコンテンツ属性で、コンテンツセキュリティポリシー が指定された要素に対してフェッチの実行を許可するかどうかを決定するために使用することができます。... <script> 要素を許可リスト化するためにノンスを使用 ノンス機...html <script nonce="8IBTHwOdqNKAWeKl7plt=="> // … </script> ノンス付きの...

    developer.mozilla.org/ja/docs/Web/HTML/Global_a...
  5. 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...
  6. 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...
  7. FileType Fields - GroupDocs.Comparison for .NET...

    ActionScript 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...
  8. 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...
  9. 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...
  10. 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...