Skip to content

fix: rate limit when tom-server is behind a reverse-proxy#31

Merged
guimard merged 4 commits intomasterfrom
fix-tokens-tom-server
Apr 23, 2024
Merged

fix: rate limit when tom-server is behind a reverse-proxy#31
guimard merged 4 commits intomasterfrom
fix-tokens-tom-server

Conversation

@jcabannes
Copy link
Copy Markdown
Member

No description provided.


const config: PlaywrightTestConfig = defineConfig({
use: {
baseURL: 'http://127.0.0.1:4173'

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling.

Do not leave debug code in production
@jcabannes jcabannes force-pushed the fix-tokens-tom-server branch 3 times, most recently from 6694300 to 901d282 Compare April 22, 2024 20:41
@jcabannes jcabannes force-pushed the fix-tokens-tom-server branch from 901d282 to 2037aed Compare April 22, 2024 20:48
webServer: {
command: 'npm run build && npm run preview',
port: 4173
url: 'http://127.0.0.1:4173',

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling.

Do not leave debug code in production
@guimard guimard merged commit a13af9f into master Apr 23, 2024
@guimard guimard deleted the fix-tokens-tom-server branch April 23, 2024 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants