<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/RO/isBrowserDomainBlocked?action=history&amp;feed=atom</id>
	<title>RO/isBrowserDomainBlocked - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/RO/isBrowserDomainBlocked?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RO/isBrowserDomainBlocked&amp;action=history"/>
	<updated>2026-04-08T00:17:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=RO/isBrowserDomainBlocked&amp;diff=65750&amp;oldid=prev</id>
		<title>Vinyard: Created page with &quot;__NOTOC__ {{RO/Funcție client}} {{New feature/item|3.0150|1.5|| Această funcție verifică dacă încărcarea URL-ului specificat este blocată. }}  ==Sintaxă== &lt;syntaxhigh...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=RO/isBrowserDomainBlocked&amp;diff=65750&amp;oldid=prev"/>
		<updated>2020-04-08T12:34:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ {{RO/Funcție client}} {{New feature/item|3.0150|1.5|| Această funcție verifică dacă încărcarea URL-ului specificat este blocată. }}  ==Sintaxă== &amp;lt;syntaxhigh...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
{{RO/Funcție client}}&lt;br /&gt;
{{New feature/item|3.0150|1.5||&lt;br /&gt;
Această funcție verifică dacă încărcarea URL-ului specificat este blocată.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Sintaxă==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool isBrowserDomainBlocked (string address [, bool isURL = false])&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{OOP|This is a static function under the '''Browser''' class|[[Element/Browser|Browser]].isDomainBlocked}}&lt;br /&gt;
&lt;br /&gt;
===Argumente Necesare===&lt;br /&gt;
*'''address:''' O adresă pentru un site&lt;br /&gt;
&lt;br /&gt;
===Argumente Opționale===&lt;br /&gt;
*'''isURL:''' ''true'' dacă ''adresa'' trebuie citită ca și URL. În caz contrar, ''false''.&lt;br /&gt;
&lt;br /&gt;
===Redare===&lt;br /&gt;
Redă ''false'' dacă URL-ul poate fi încărcat,''true'' dacă este blocat și ''nil'' dacă a fost transmis un domeniu/URL nevalid.&lt;br /&gt;
&lt;br /&gt;
==Exemplu==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function checkDomainStatus()&lt;br /&gt;
    -- Verifică starea wiki.mtasa.com&lt;br /&gt;
    if (isBrowserDomainBlocked(&amp;quot;wiki.mtasa.com&amp;quot;)) then&lt;br /&gt;
        -- Dacă este blocat.&lt;br /&gt;
        outputChatBox(&amp;quot;wiki.mtasa.com este blocat și nu poate fi încărcat în acest moment!&amp;quot;)&lt;br /&gt;
    else&lt;br /&gt;
	-- Dacă nu este blocat. (A fost acceptat de către utilizator)&lt;br /&gt;
	outputChatBox(&amp;quot;wiki.mtasa.com nu este blocat și este pregătit pentru încărcare!&amp;quot;)&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Vizualizați de asemenea==&lt;br /&gt;
{{RO/Funcții CEF}}&lt;br /&gt;
&lt;br /&gt;
[[EN:isBrowserDomainBlocked]]&lt;br /&gt;
[[hu:isBrowserDomainBlocked]]&lt;/div&gt;</summary>
		<author><name>Vinyard</name></author>
	</entry>
</feed>